售中提成计算,售前推送提成计算,优化修改客户手机号时更改绑定对应的微信用户逻辑
This commit is contained in:
@ -129,7 +129,7 @@
|
||||
<el-select v-model="form.pushPreSaleId" placeholder="请选择" filterable
|
||||
clearable>
|
||||
<el-option
|
||||
v-for="dict in preSaleIdOptions"
|
||||
v-for="dict in pushPreSaleIdOptions"
|
||||
:key="dict.dictValue"
|
||||
:label="dict.dictLabel"
|
||||
:value="parseInt(dict.dictValue)"
|
||||
@ -536,6 +536,8 @@ export default {
|
||||
"operatorIdOptions",
|
||||
// 运营助理字典
|
||||
"operatorAssisIdOptions",
|
||||
//售前推送
|
||||
"pushPreSaleIdOptions"
|
||||
]),
|
||||
},
|
||||
methods: {
|
||||
|
Reference in New Issue
Block a user