|
|
@ -596,9 +596,10 @@ export default { |
|
|
|
}) |
|
|
|
}, |
|
|
|
async getDepttree() { |
|
|
|
await agencyRootDepttree({ |
|
|
|
await agencyGridDepttree({ |
|
|
|
agencyId: this.myagencyId, |
|
|
|
purpose: "query" |
|
|
|
purpose: "query", |
|
|
|
parentSkip:1 |
|
|
|
}).then(res => { |
|
|
|
console.log("===111===",res.data); |
|
|
|
let rst = { |
|
|
|