yh 2 周之前
父節點
當前提交
d06a18bb16
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/system/config/config.vue

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

@@ -3472,7 +3472,6 @@ export default {
       })
     },
     submitForm34(){
-      console.log('configId',this.configId);
       var param={configId:this.configId,configKey: this.configKey,configValue:JSON.stringify(this.form34)}
       updateConfigByKey(param).then(response => {
         if (response.code === 200) {