|
@@ -2553,7 +2553,7 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|
|
|
<div class="footer">
|
|
<div class="footer">
|
|
|
- <el-button type="primary" @click="submitForm34">提 交</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" @click="submitForm31">提 交</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
|
|
|
|
@@ -2570,7 +2570,7 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|
|
|
<div class="footer">
|
|
<div class="footer">
|
|
|
- <el-button type="primary" @click="submitForm31">提 交</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" @click="submitForm34">提 交</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
|
|
|
|
@@ -3471,7 +3471,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
- submitForm31(){
|
|
|
|
|
|
|
+ submitForm34(){
|
|
|
console.log('configId',this.configId);
|
|
console.log('configId',this.configId);
|
|
|
var param={configId:this.configId,configValue:JSON.stringify(this.form34)}
|
|
var param={configId:this.configId,configValue:JSON.stringify(this.form34)}
|
|
|
updateConfigByKey(param).then(response => {
|
|
updateConfigByKey(param).then(response => {
|
|
@@ -3480,7 +3480,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- submitForm34(){
|
|
|
|
|
|
|
+ submitForm31(){
|
|
|
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) {
|