perf:Risk detection: When operating assets in batch, there is no prompt that the task is running

This commit is contained in:
w940853815
2025-10-14 16:48:19 +08:00
committed by wrd
parent f575eaafb6
commit fc8fd2c8eb

View File

@@ -141,9 +141,9 @@ export default {
},
async handleCommon(cmd, payload) {
let rows = this.rows
this.processing = true
if (this.rows.length === 0) {
rows = [this.row]
this.processing = true
}
if (!payload) {
payload = {}