Ver código fonte

新增组件及页面

liuqiwen 4 anos atrás
pai
commit
d356836e7d
1 arquivos alterados com 1 adições e 1 exclusões
  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`)
     },