BUG 31138
This commit is contained in:
@@ -102,7 +102,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleData(prop, cb) {
|
handleData(prop, cb) {
|
||||||
const list = this.$copy(this.$data[prop]) || []
|
const list = this.$copy(this.$props[prop]) || []
|
||||||
cb(list)
|
cb(list)
|
||||||
this.$emit("update:" + prop, list)
|
this.$emit("update:" + prop, list)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user