소스 검색

账户配置 列表 快手 更新字段

jiayufei 4 년 전
부모
커밋
fa590695c7
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/modules/autoLaunch/auto-copy-library/auto-copy-library.vue

+ 1 - 2
src/views/modules/autoLaunch/auto-copy-library/auto-copy-library.vue

@@ -330,7 +330,6 @@ export default {
                 this.$message.error('请选择账户');
                 return;
             }
-            // this.editShowAccountList
             let paramsData = new FormData();
             paramsData.append('accountIds', [...this.advertisingAccount, ...this.editShowAccountList]);
             if (this.copywritingType === 'add') {
@@ -479,7 +478,7 @@ export default {
         },
         handleLaunchData(date, dateString) {
             this.configForm.launchDateRange = dateString;
-        },
+        }
     }
 }
 </script>