This commit is contained in:
qsh
2024-06-19 17:16:34 +08:00
parent 8df1f7d25a
commit 37818cb1e6
10 changed files with 47 additions and 14 deletions

View File

@@ -188,7 +188,7 @@ async function getList() {
const batchIds = ref([])
function handleSelectionChange(val) {
batchIds.value = val
batchIds.value = val.map((it) => it.id)
}
const batchAuditDialog = ref()