소스 검색

新增组件及页面

liuqiwen 4 년 전
부모
커밋
d356836e7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dgtis-ui/src/views/system/userInfoList/index.vue

+ 1 - 1
dgtis-ui/src/views/system/userInfoList/index.vue

@@ -189,7 +189,7 @@
 
     /** 导出按钮操作 */
     handleExport() {
-      this.download('system/user/export', {
+      this.download('data/customer/export', {
         ...this.queryParams
       }, `user_${new Date().getTime()}.xlsx`)
     },