Browse Source

退件指派部门支持同级

xiaowang-12345
mk 10 months ago
parent
commit
b7383a6b59
  1. 5
      src/views/HotlineDetail/index.vue

5
src/views/HotlineDetail/index.vue

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

Loading…
Cancel
Save