|
@@ -3473,7 +3473,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
submitForm31(){
|
|
submitForm31(){
|
|
|
console.log('configId',this.configId);
|
|
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 => {
|
|
updateConfigByKey(param).then(response => {
|
|
|
if (response.code === 200) {
|
|
if (response.code === 200) {
|
|
|
this.msgSuccess("修改成功");
|
|
this.msgSuccess("修改成功");
|