|
|
@@ -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=>{
|
|
|
+ })
|
|
|
+ }
|
|
|
})
|
|
|
},
|
|
|
/** 提交按钮 */
|