liyongli 2 年之前
父节点
当前提交
5a529e2fd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/ReportForm/ReportForm.vue

+ 1 - 1
src/views/ReportForm/ReportForm.vue

@@ -274,7 +274,7 @@ export default {
         [startd.year, startd.month, startd.day].join('-') +
         [startd.year, startd.month, startd.day].join('-') +
         '&end=' +
         '&end=' +
         [starte.year, starte.month, starte.day].join('-') + 
         [starte.year, starte.month, starte.day].join('-') + 
-        '%kh=1';
+        '&kh=1';
       if (this.formRael.sort) url += "&sort=" + this.formRael.sort;
       if (this.formRael.sort) url += "&sort=" + this.formRael.sort;
       window.open(url);
       window.open(url);
     },
     },