|
@@ -243,7 +243,7 @@ export default {
|
|
} else if (i === '9') {
|
|
} else if (i === '9') {
|
|
this.module.childList = []
|
|
this.module.childList = []
|
|
} else {
|
|
} else {
|
|
- this.module[moduleOptions[i]] = ''
|
|
|
|
|
|
+ this.$set(this.module, moduleOptions[i], '')
|
|
}
|
|
}
|
|
})
|
|
})
|
|
if (this.$route.query.threeId) {
|
|
if (this.$route.query.threeId) {
|