yh před 2 týdny
rodič
revize
41ca897997
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      src/views/system/config/config.vue

+ 4 - 4
src/views/system/config/config.vue

@@ -2553,7 +2553,7 @@
         </el-form>
 
         <div class="footer">
-          <el-button type="primary" @click="submitForm34">提  交</el-button>
+          <el-button type="primary" @click="submitForm31">提  交</el-button>
         </div>
       </el-tab-pane>
 
@@ -2570,7 +2570,7 @@
         </el-form>
 
         <div class="footer">
-          <el-button type="primary" @click="submitForm31">提  交</el-button>
+          <el-button type="primary" @click="submitForm34">提  交</el-button>
         </div>
       </el-tab-pane>
 
@@ -3471,7 +3471,7 @@ export default {
         }
       })
     },
-    submitForm31(){
+    submitForm34(){
       console.log('configId',this.configId);
       var param={configId:this.configId,configValue:JSON.stringify(this.form34)}
       updateConfigByKey(param).then(response => {
@@ -3480,7 +3480,7 @@ export default {
         }
       });
     },
-    submitForm34(){
+    submitForm31(){
       var param={configId:this.configId,configKey: this.configKey,configValue:JSON.stringify(this.form34)}
       updateConfigByKey(param).then(response => {
         if (response.code === 200) {