ソースを参照

新增组件及页面

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`)
     },