进村入库,修复定制方案的BUG
This commit is contained in:
@@ -107,7 +107,7 @@ export default {
|
||||
const {nodeKey} = this
|
||||
if (this.multiple) {
|
||||
let selected = this.$copy(this.selected),
|
||||
choose = this.$copy(this.choose)
|
||||
choose = this.$copy(this.choose) || []
|
||||
if (row.checked) {
|
||||
selected.push(row[nodeKey])
|
||||
choose.push(row)
|
||||
|
||||
Reference in New Issue
Block a user