|
|
@@ -164,7 +164,7 @@
|
|
|
:show-all-levels="false"
|
|
|
:options="prodInsurance"
|
|
|
:props="optionProps"
|
|
|
- @change="prodhandleChange"
|
|
|
+ @change="watchProdhandleChange"
|
|
|
clearable
|
|
|
filterable
|
|
|
placeholder="请选择保险公司"
|
|
|
@@ -338,9 +338,6 @@ export default {
|
|
|
click: (row, index) => {
|
|
|
return this.handleTableUpload(row);
|
|
|
},
|
|
|
- hide: (row) => {
|
|
|
- return row.defaultFlag != 1;
|
|
|
- },
|
|
|
},
|
|
|
{
|
|
|
type: "primary",
|
|
|
@@ -586,6 +583,11 @@ export default {
|
|
|
this.insuranceCompanyId = value[value.length - 1];
|
|
|
this.productcopyItemFindPage();
|
|
|
},
|
|
|
+ //查看协议保险公司筛选
|
|
|
+ watchProdhandleChange(value) {
|
|
|
+ this.insuranceCompanyId = value[value.length - 1];
|
|
|
+ this.getAgreement();
|
|
|
+ },
|
|
|
//弹窗关闭
|
|
|
productcloseDialog() {
|
|
|
this.productCostAddVehicleFactorVisible = false;
|