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(){
     submitForm34(){
-      console.log('configId',this.configId);
       var param={configId:this.configId,configKey: this.configKey,configValue:JSON.stringify(this.form34)}
       var param={configId:this.configId,configKey: this.configKey,configValue:JSON.stringify(this.form34)}
       updateConfigByKey(param).then(response => {
       updateConfigByKey(param).then(response => {
         if (response.code === 200) {
         if (response.code === 200) {