fix(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-17 20:09:38 +08:00
parent ca4ec000f6
commit 587b11e1ec
5 changed files with 8 additions and 3 deletions

View File

@@ -41,6 +41,7 @@
:pagination="pagination"
:bordered="false"
:row-key="(row) => row.gid"
:checked-row-keys="queryParams.checkedRowKeysRef"
remote
@update:checked-row-keys="handleCheck"
/>
@@ -525,6 +526,8 @@ const clear = () => {
isDzModel.value = false
notesVal.value = ''
nowRow.value = {}
queryParams.value.word = ''
getList()
}
const veeify = async () => {