BUG 31138

This commit is contained in:
aixianling
2022-10-28 11:48:54 +08:00
parent dbe55db84d
commit 8806c1357f

View File

@@ -102,7 +102,7 @@ export default {
})
},
handleData(prop, cb) {
const list = this.$copy(this.$data[prop]) || []
const list = this.$copy(this.$props[prop]) || []
cb(list)
this.$emit("update:" + prop, list)
},