Przeglądaj źródła

账户配置页面 联调

jiayufei 4 lat temu
rodzic
commit
0be9f3739c

+ 1 - 1
src/views/modules/account-config/account-config.vue

@@ -313,7 +313,7 @@ export default {
             forDate.append('id', paramsData.id);
             forDate.append('state', paramsData.state);
             putAction(urlAcount + '/bytedance-api/advertiser/aiBytedanceAdvertiserStrategy/updStaById', forDate).then(result => {
-                if (result.code === 200) {
+                if (result.code === 0) {
                     this.$message.success(result.message);
                     this.handleInitTable();
                 }