فهرست منبع

还款管理下载兼容IE

ch 3 سال پیش
والد
کامیت
241f17f204
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      front-vue/src/views/service/repayment/repayment.vue

+ 1 - 1
front-vue/src/views/service/repayment/repayment.vue

@@ -1161,7 +1161,7 @@ export default {
         spinner: "el-icon-loading",
         background: "rgba(0, 0, 0, 0.7)"
       });
-      this.download("sc-service/repayment/export/" + zfrId, {}, `还款明细.doc`);
+      this.download("sc-service/repayment/export/" + encodeURI(zfrId), {}, `还款明细.doc`);
       setTimeout(() => {
         loading.close();
         this.create = false;