Commit 4c21ea94 authored by 我在何方's avatar 我在何方

客户投诉修复

parent 41870865
......@@ -66,7 +66,7 @@
<el-col>
<el-form-item label="跟进类型" required>
<!-- <dict-selector ref="dictType" form-type="radio" v-model="customerFollow.form.followType" :type="DICT_TYPE.CUSTOMER_FOLLOW_TYPE"></dict-selector> -->
<el-radio v-model="customerFollow.form.followType" label="1">{{$t('投诉回访')}}</el-radio>
<el-radio v-model="customerFollow.form.followType" label="3">{{$t('投诉回访')}}</el-radio>
</el-form-item>
</el-col>
<el-col :span="12">
......@@ -154,7 +154,7 @@ export default {
customerFollow: {
dialogVisible: false,
form: {
followType:'1'
followType:'3'
}
},
pageNo:1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment