浏览代码

Merge branch 'develop/3.0.8' into test

DESKTOP-2S67K1S\31396 2 年之前
父节点
当前提交
b3515f7952
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/operation/recommend/detail.vue

+ 1 - 0
src/views/operation/recommend/detail.vue

@@ -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 => {