This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
:pagination="pagination"
|
||||
:bordered="false"
|
||||
:row-key="rowKey"
|
||||
:checked-row-keys="checkedRowKeysRef"
|
||||
remote
|
||||
@update:checked-row-keys="handleCheck"
|
||||
/>
|
||||
@@ -425,6 +426,7 @@ const handleclear = () => {
|
||||
pulse: null,
|
||||
activate_status: 2,
|
||||
}
|
||||
checkedRowKeysRef.value = []
|
||||
}
|
||||
|
||||
const modalType = ref(null)
|
||||
@@ -458,7 +460,6 @@ const handleValidateClick = (e) => {
|
||||
...formValue.value,
|
||||
})
|
||||
}
|
||||
$message.success('成功')
|
||||
handleclear()
|
||||
getList()
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user