bug修复

This commit is contained in:
itcast 2026-01-06 14:58:39 +08:00
parent e20b454925
commit 5a40afc09a
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ export default {
}
},
selectable(row) {
return row.status != 2
return row.status != 2 && row.status !=1
},
selectionChange(val) {
if (!val.length) this.selectedRowKeys = []