Explorar el Código

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

jiayufei hace 4 años
padre
commit
fa590695c7

+ 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>