上传
This commit is contained in:
@@ -189,7 +189,7 @@ async function getList() {
|
||||
|
||||
const batchIds = ref([])
|
||||
function handleSelectionChange(val) {
|
||||
batchIds.value = val
|
||||
batchIds.value = val.map((it) => it.id)
|
||||
}
|
||||
|
||||
const batchAuditDialog = ref()
|
||||
|
||||
Reference in New Issue
Block a user