This commit is contained in:
qsh
2024-11-06 15:53:14 +08:00
parent 3022106428
commit b475af8dd3
3 changed files with 28 additions and 12 deletions

View File

@@ -514,7 +514,7 @@ function handleSelectionChange(val) {
const batchAuditDialog = ref()
function batchAudit() {
if (batchIds.value.length) {
batchAuditDialog.value.open('aftersale', batchIds.value)
batchAuditDialog.value.open('feeback', batchIds.value)
} else {
message.info('请选择表格中需要审核的数据')
}