|
@@ -451,6 +451,7 @@ export default {
|
|
|
// 删除仅作展示的缓存数据
|
|
|
for (const index in this.form) {
|
|
|
delete this.form[index].contentId
|
|
|
+ this.form[index].module.description = this.form[index].description
|
|
|
delete this.form[index].description
|
|
|
}
|
|
|
submitThree(data).then(res => {
|