|
|
@@ -2493,7 +2493,7 @@
|
|
|
<!-- 福袋配置 -->
|
|
|
<el-tab-pane label="福袋配置" name="luckyBag.config">
|
|
|
<!-- 单个客服每周(7天)给同客户发送数量次数限制 -->
|
|
|
- <el-form ref="form31" :model="form33" :rules="rules31" label-width="300px">
|
|
|
+ <el-form ref="form31" :model="form33" label-width="300px">
|
|
|
<el-form-item label="单个客服每周(7天)给同客户发送数量次数限制">
|
|
|
<el-tooltip class="item" effect="dark" placement="top-end">
|
|
|
<el-input-number
|
|
|
@@ -2510,7 +2510,7 @@
|
|
|
</el-form>
|
|
|
|
|
|
<div class="footer">
|
|
|
- <el-button type="primary" @click="submitForm31">提 交</el-button>
|
|
|
+ <el-button type="primary" @click="submitForm33">提 交</el-button>
|
|
|
</div>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
@@ -3423,7 +3423,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
submitForm33(){
|
|
|
- var param={configId:this.configId,configValue:JSON.stringify(this.form31)}
|
|
|
+ var param={configId:this.configId,configValue:JSON.stringify(this.form33)}
|
|
|
updateConfigByKey(param).then(response => {
|
|
|
if (response.code === 200) {
|
|
|
this.msgSuccess("修改成功");
|