Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-07-12 17:43:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e936673e7f30a06e65f5ef6606ce377c592efe3
4e936673
1 parent
dee543a5
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
doc/selectUserView.vue
doc/selectUserView.vue
View file @
4e93667
<!--
* @Date: 2023-11-01 10:18:53
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-0
6-27 14:40:05
* @LastEditTime: 2024-0
7-12 17:43:10
* @FilePath: /vue-flow-editor/doc/selectUserView.vue
* @Description: 成员列表选择控件
-->
...
...
@@ -336,10 +336,10 @@ const defaultProps = ref({
// TAG: 接口获取数据
const getDeptList = () => {
return axios.get('/admin/?a=flow_dept_list')
return axios.get('/admin/?a=flow_dept_list
&m=mod
')
}
const getRoleList = () => {
return axios.get('/admin/?a=flow_role_list')
return axios.get('/admin/?a=flow_role_list
&m=mod
')
}
const deptList = ref([]); // 部门列表
...
...
Please
register
or
login
to post a comment