Browse Source

新增组件及页面

liuqiwen 4 năm trước cách đây
mục cha
commit
d356836e7d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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`)
     },