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