浏览代码

商品新增编辑漏洞修复

Tang 2 年之前
父节点
当前提交
0abf95aa42

+ 1 - 0
src/views/resource/videoManagement/courseManagement/chapterContent/index.vue

@@ -950,6 +950,7 @@ export default {
             type: 2,
             isDels: true,
             sort: item.sort,
+            firstChoiceStatus: item.firstChoiceStatus || 0,
           };
           arrays.push(arr);
           // });

+ 1 - 0
src/views/resource/videoManagement/courseManagement/chapterContent/preference.vue

@@ -52,6 +52,7 @@ export default {
         i.disabled = i.type == 2 ? false : true;
         return i;
       });
+      console.log(array,'value')
       this.value = value;
       this.dialogVisible = true;
     },