瀏覽代碼

no message

DESKTOP-2S67K1S\31396 2 年之前
父節點
當前提交
6f668bdeb7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/operation/recommend/detail.vue

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

@@ -381,6 +381,7 @@ export default {
               row = res.data.records.find(j => j.audioId === i.module.contentId)
             })
           }
+          // 有相同数据就回显勾选
           row ? this.$refs.dialogTableData.toggleRowSelection(row) : this.$refs.dialogTableData.clearSelection();
           this.loading = false
         }
@@ -461,6 +462,7 @@ export default {
 
     // 提交
     getSubmit() {
+      // 区分2级新增 还是 3级编辑
       let data = this.secondId ? {
         secondId: this.secondId,
         list: this.form