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) {