This commit is contained in:
@@ -290,7 +290,7 @@ const columns = ref([
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '积分',
|
title: '余额',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
key: 'integral',
|
key: 'integral',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -663,7 +663,7 @@ const veeify = async () => {
|
|||||||
}
|
}
|
||||||
await api.getHotStatus(data)
|
await api.getHotStatus(data)
|
||||||
await getList()
|
await getList()
|
||||||
clear()
|
// clear()
|
||||||
} else {
|
} else {
|
||||||
formRef.value?.validate(async (errors) => {
|
formRef.value?.validate(async (errors) => {
|
||||||
if (!errors) {
|
if (!errors) {
|
||||||
@@ -673,7 +673,7 @@ const veeify = async () => {
|
|||||||
}
|
}
|
||||||
await api.getHotStatus(data)
|
await api.getHotStatus(data)
|
||||||
await getList()
|
await getList()
|
||||||
clear()
|
// clear()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user