|
|
@@ -3929,7 +3929,7 @@ export default {
|
|
|
if (key == 'redPacket.config') {
|
|
|
this.form19 = JSON.parse(response.data.configValue)
|
|
|
}
|
|
|
- if (key == 'qwRating.config') {
|
|
|
+ if (key == 'qwRating:config') {
|
|
|
this.form20 = JSON.parse(response.data.configValue)
|
|
|
}
|
|
|
if (key == 'courseMa.config') {
|
|
|
@@ -4260,7 +4260,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- var param = { configId: this.configId, configValue: JSON.stringify(this.form20) }
|
|
|
+ var param = { configId: this.configId, configValue: JSON.stringify(this.form20),configKey: this.configKey}
|
|
|
updateConfigByKey(param).then(response => {
|
|
|
if (response.code === 200) {
|
|
|
this.msgSuccess('修改成功')
|