|
@@ -314,6 +314,7 @@
|
|
|
isFirstSocialSecurity: null,
|
|
|
isFirstHousingFund: null,
|
|
|
customerLabelId:[],
|
|
|
+ boss:null
|
|
|
});
|
|
|
|
|
|
/*********************** 方法区 ****************************/
|
|
@@ -377,6 +378,7 @@
|
|
|
proxy.resetForm("queryRef");
|
|
|
queryParams.value.customerLabelId = [];
|
|
|
queryParams.value.formDate= [];
|
|
|
+ queryParams.value.boss = null
|
|
|
handleQuery();
|
|
|
}
|
|
|
|