Kaynağa Gözat

还款详情优化,下载word文档格式修改

ch 3 yıl önce
ebeveyn
işleme
4623143ded

+ 5 - 2
front-vue/src/views/service/repayment/repayment.vue

@@ -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;