|
@@ -68,7 +68,6 @@
|
|
|
<el-select
|
|
|
v-model="mainForm.k3ServiceName"
|
|
|
placeholder="选择业务员"
|
|
|
-
|
|
|
style="width: 100%"
|
|
|
@change="handleUser"
|
|
|
>
|
|
@@ -1138,6 +1137,7 @@ export default {
|
|
|
popType,
|
|
|
specification:this.screenForm.specification,
|
|
|
saleTypeCode: this.screenForm.saleTypeCode,
|
|
|
+ customerId:this.listItem ?this.listItem.customerId :'' ,
|
|
|
})
|
|
|
|
|
|
if (!fang) {
|
|
@@ -1208,6 +1208,7 @@ export default {
|
|
|
policyId: this.screenForm.policyId,
|
|
|
saleTypeCode: this.screenForm.saleTypeCode,
|
|
|
specification:this.screenForm.specification,
|
|
|
+ customerId:this.listItem ?this.listItem.customerId :'' ,
|
|
|
[val]: true
|
|
|
}).then((res) => {
|
|
|
this.dataList = res.data.records
|
|
@@ -1500,6 +1501,7 @@ export default {
|
|
|
policyList({
|
|
|
pageNum: 1,
|
|
|
pageSize: -1,
|
|
|
+ customerId:this.listItem ?this.listItem.customerId :'' ,
|
|
|
status: true
|
|
|
}).then((res) => {
|
|
|
if (this.policyId) {
|