Showing
1 changed file
with
3 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2023-11-01 10:18:53 | 2 | * @Date: 2023-11-01 10:18:53 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-06-27 14:40:05 | 4 | + * @LastEditTime: 2024-07-12 17:43:10 |
| 5 | * @FilePath: /vue-flow-editor/doc/selectUserView.vue | 5 | * @FilePath: /vue-flow-editor/doc/selectUserView.vue |
| 6 | * @Description: 成员列表选择控件 | 6 | * @Description: 成员列表选择控件 |
| 7 | --> | 7 | --> |
| ... | @@ -336,10 +336,10 @@ const defaultProps = ref({ | ... | @@ -336,10 +336,10 @@ const defaultProps = ref({ |
| 336 | 336 | ||
| 337 | // TAG: 接口获取数据 | 337 | // TAG: 接口获取数据 |
| 338 | const getDeptList = () => { | 338 | const getDeptList = () => { |
| 339 | - return axios.get('/admin/?a=flow_dept_list') | 339 | + return axios.get('/admin/?a=flow_dept_list&m=mod') |
| 340 | } | 340 | } |
| 341 | const getRoleList = () => { | 341 | const getRoleList = () => { |
| 342 | - return axios.get('/admin/?a=flow_role_list') | 342 | + return axios.get('/admin/?a=flow_role_list&m=mod') |
| 343 | } | 343 | } |
| 344 | 344 | ||
| 345 | const deptList = ref([]); // 部门列表 | 345 | const deptList = ref([]); // 部门列表 | ... | ... |
-
Please register or login to post a comment