|
|
@ -156,7 +156,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
getByLoginUser () { |
|
|
getByLoginUser () { |
|
|
this.$http |
|
|
this.$http |
|
|
.get(`/sys/dept/getDeptTree`) |
|
|
.get(`/sys/dept/party/getDeptTree`) |
|
|
.then(({ data: res }) => { |
|
|
.then(({ data: res }) => { |
|
|
if (res.code !== 0) { |
|
|
if (res.code !== 0) { |
|
|
return this.$message.error(res.msg) |
|
|
return this.$message.error(res.msg) |
|
|
|