|
@@ -26,7 +26,7 @@
|
|
|
<ElCol :md="24" :lg="18">
|
|
<ElCol :md="24" :lg="18">
|
|
|
<el-form-item label="快速配置"
|
|
<el-form-item label="快速配置"
|
|
|
v-if="agreementActiveId || ruleFeeinfo.ptlAgreementId || props.agreementInfo?.id">
|
|
v-if="agreementActiveId || ruleFeeinfo.ptlAgreementId || props.agreementInfo?.id">
|
|
|
- <el-select v-model="contactPersonListid" placeholder="选择对接人" @visible-change="contactvisiblechange"
|
|
|
|
|
|
|
+ <el-select v-model="contactPersonListid" placeholder="选择对接人" @visible-change="contactvisiblechange" clearable
|
|
|
:disabled="props.title != '添加'" @change="contactPersonChange">
|
|
:disabled="props.title != '添加'" @change="contactPersonChange">
|
|
|
<el-option v-for="item in contactPersonList" :key="item.contactMobile" :label="item.contactPerson"
|
|
<el-option v-for="item in contactPersonList" :key="item.contactMobile" :label="item.contactPerson"
|
|
|
:value="item.contactMobile" />
|
|
:value="item.contactMobile" />
|