lmx 2 주 전
부모
커밋
a8909cf1ac
1개의 변경된 파일10개의 추가작업 그리고 8개의 파일을 삭제
  1. 10 8
      src/views/system/config/config.vue

+ 10 - 8
src/views/system/config/config.vue

@@ -3367,14 +3367,9 @@ export default {
       this.form2.inquirySubType.splice(index, 1)
     },
     handleClick(tab, event) {
-      if(tab.name === "cId.config" && !!this.form40.enableGateWayLimit){
-        getGatewayList().then(res=>{
-          this.gatewayList = res.data;
-          console.log(this.gatewayList);
-        }).catch(res=>{
-        })
-      }
-      this.getConfigByKey(tab.name)
+    this.getConfigByKey(tab.name)
+     
+      
     },
     handleAddProduct() {
       setTimeout(() => {
@@ -3605,6 +3600,13 @@ export default {
             console.log(this.form32 );
           }
         }
+         if(key == "cId.config" && !!this.form40.enableGateWayLimit){
+        getGatewayList().then(res=>{
+          this.gatewayList = res.data;
+          console.log(this.gatewayList);
+        }).catch(res=>{
+        })
+      }
       })
     },
     /** 提交按钮 */