Explorar o código

新增组件及页面

liuqiwen %!s(int64=4) %!d(string=hai) anos
pai
achega
d356836e7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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`)
     },