Compare commits

...

2 Commits

Author SHA1 Message Date
f031d84745 Merge branch 'dev' into test
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-09 16:04:14 +08:00
7d379fa03c fix(custom): \!
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-09 16:03:59 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ const columns = ref([
},
},
{
title: '积分',
title: '余额',
align: 'center',
key: 'integral',
},

View File

@@ -663,7 +663,7 @@ const veeify = async () => {
}
await api.getHotStatus(data)
await getList()
clear()
// clear()
} else {
formRef.value?.validate(async (errors) => {
if (!errors) {
@@ -673,7 +673,7 @@ const veeify = async () => {
}
await api.getHotStatus(data)
await getList()
clear()
// clear()
}
})
}