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