|
@@ -560,9 +560,6 @@ export default {
|
|
this.downLoadAccountNum = result.result.accountNum;
|
|
this.downLoadAccountNum = result.result.accountNum;
|
|
this.downLoadImgNum = result.result.imageNum;
|
|
this.downLoadImgNum = result.result.imageNum;
|
|
}
|
|
}
|
|
- else {
|
|
|
|
- this.$message.error(result.message);
|
|
|
|
- }
|
|
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
console.log(error, 'eeee');
|
|
console.log(error, 'eeee');
|
|
});
|
|
});
|
|
@@ -773,8 +770,10 @@ export default {
|
|
this.policyOperationForm.uploadYears = dateString;
|
|
this.policyOperationForm.uploadYears = dateString;
|
|
},
|
|
},
|
|
handleUploadYears(date, dateString) {
|
|
handleUploadYears(date, dateString) {
|
|
- this.settlementModalForm.uploadYearss = dateString;
|
|
|
|
- this.handleGetDownLoadAllNum();
|
|
|
|
|
|
+ this.settlementModalForm.uploadYears = dateString;
|
|
|
|
+ if (this.settlementModalForm.productId) {
|
|
|
|
+ this.handleGetDownLoadAllNum();
|
|
|
|
+ }
|
|
},
|
|
},
|
|
// 查询的按钮
|
|
// 查询的按钮
|
|
handleQueryList() {
|
|
handleQueryList() {
|