bug修复
This commit is contained in:
parent
e20b454925
commit
5a40afc09a
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue