yh 2 周之前
父节点
当前提交
acc69b9455
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/config/config.vue

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

@@ -3473,7 +3473,7 @@ export default {
     },
     submitForm31(){
       console.log('configId',this.configId);
-      var param={configId:this.configId,configValue:JSON.stringify(this.form31)}
+      var param={configId:this.configId,configValue:JSON.stringify(this.form34)}
       updateConfigByKey(param).then(response => {
         if (response.code === 200) {
           this.msgSuccess("修改成功");