|
@@ -540,7 +540,10 @@ export default {
|
|
|
/** 详情按钮操作 */
|
|
|
handleInfo(row) {
|
|
|
const zfrId = row.zfrId;
|
|
|
- his.resetForm("queryForm");
|
|
|
+ this.resetForm("queryForm");
|
|
|
+ this.resetForm("queryForm1");
|
|
|
+ this.resetForm("queryForm2");
|
|
|
+ this.resetForm("queryForm3");
|
|
|
Cookies.set("/repayment/detailRepayment/"+zfrId+"/", this.$route.fullPath);
|
|
|
this.$router.push({path:"/repayment/detailRepayment/"+zfrId+"/"});
|
|
|
},
|
|
@@ -555,7 +558,7 @@ export default {
|
|
|
});
|
|
|
this.download('sc-service/repayment/export/'+zfrId, {
|
|
|
|
|
|
- }, `还款明细.docx`);
|
|
|
+ }, `还款明细.doc`);
|
|
|
setTimeout(() => {
|
|
|
loading.close();
|
|
|
this.create = false;
|