Commit 68292b83 by Mr. Lan

feat: 远程获取用户列表。

parent cb147e2c
......@@ -2,6 +2,8 @@
node_modules/
dist/
dist.tar.gz
ferry_web/
ferry_web.tar.gz
npm-debug.log*
yarn-debug.log*
yarn-error.log*
......
......@@ -119,7 +119,7 @@ export default {
},
remoteFunc: {
// 获取用户列表
getUserListFunc(resolve) {
userList(resolve) {
listUser({
pageSize: 999999
}).then(response => {
......
......@@ -197,7 +197,7 @@ export default {
},
remoteFunc: {
// 获取用户列表
getUserListFunc(resolve) {
userList(resolve) {
listUser({
pageSize: 999999
}).then(response => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment