Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f72eb2d9
authored
Sep 17, 2020
by
lanyulei
Committed by
GitHub
Sep 17, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #26 from lanyulei/dev
feat: 远程获取用户列表。
parents
cb147e2c
68292b83
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
.gitignore
src/views/process/list/create.vue
src/views/process/list/handle.vue
.gitignore
View file @
f72eb2d9
...
...
@@ -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*
...
...
src/views/process/list/create.vue
View file @
f72eb2d9
...
...
@@ -119,7 +119,7 @@ export default {
},
remoteFunc
:
{
// 获取用户列表
getUserListFunc
(
resolve
)
{
userList
(
resolve
)
{
listUser
({
pageSize
:
999999
}).
then
(
response
=>
{
...
...
src/views/process/list/handle.vue
View file @
f72eb2d9
...
...
@@ -197,7 +197,7 @@ export default {
},
remoteFunc
:
{
// 获取用户列表
getUserListFunc
(
resolve
)
{
userList
(
resolve
)
{
listUser
({
pageSize
:
999999
}).
then
(
response
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment