|
@@ -340,7 +340,7 @@ export default {
|
|
obj.status = i.status
|
|
obj.status = i.status
|
|
}
|
|
}
|
|
this.form.list.push(obj)
|
|
this.form.list.push(obj)
|
|
- if(this.$route.query.copyId) {
|
|
|
|
|
|
+ if (this.$route.query.copyId) {
|
|
this.form.threeId = ''
|
|
this.form.threeId = ''
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -545,10 +545,10 @@ export default {
|
|
this.$route.query.secondId ? this.form.secondId = this.$route.query.secondId : this.form.threeId = this.$route.query.threeId
|
|
this.$route.query.secondId ? this.form.secondId = this.$route.query.secondId : this.form.threeId = this.$route.query.threeId
|
|
// 删除仅作展示的缓存数据
|
|
// 删除仅作展示的缓存数据
|
|
for (const index in this.form.list) {
|
|
for (const index in this.form.list) {
|
|
- delete this.form.list[index].contentId
|
|
|
|
|
|
+ // delete this.form.list[index].contentId
|
|
if ('description' in this.form.list[index]) {
|
|
if ('description' in this.form.list[index]) {
|
|
this.form.list[index].module.description = this.form.list[index].description
|
|
this.form.list[index].module.description = this.form.list[index].description
|
|
- delete this.form.list[index].description
|
|
|
|
|
|
+ // delete this.form.list[index].description
|
|
}
|
|
}
|
|
}
|
|
}
|
|
submitThree(this.form).then(res => {
|
|
submitThree(this.form).then(res => {
|