|
|
|
@ -467,7 +467,7 @@ export default { |
|
|
|
getUserListV2() { |
|
|
|
getUserListV2() { |
|
|
|
this.$set(this.step2.option, 'user', { |
|
|
|
this.$set(this.step2.option, 'user', { |
|
|
|
version: 'v2', |
|
|
|
version: 'v2', |
|
|
|
userUrl: '/api/blade-user/search/user', |
|
|
|
userUrl: '/api/blade-system/search/user', |
|
|
|
roleUrl: '/api/blade-system/search/role', |
|
|
|
roleUrl: '/api/blade-system/search/role', |
|
|
|
deptUrl: '/api/blade-system/dept/lazy-list', |
|
|
|
deptUrl: '/api/blade-system/dept/lazy-list', |
|
|
|
postUrl: '/api/blade-system/search/post', |
|
|
|
postUrl: '/api/blade-system/search/post', |
|
|
|
|