Browse Source

超时预警跟潘建管理的搜索栏指派部门字典接口调整

featrue-social
mk 1 year ago
parent
commit
f164eb7f7c
  1. 2
      src/views/modules/shequzhili/Delivery/index.vue
  2. 2
      src/views/modules/shequzhili/timeOut/index.vue

2
src/views/modules/shequzhili/Delivery/index.vue

@ -741,7 +741,7 @@ export default {
getOrgTreeList() {
this.$http
.post('/gov/org/customeragency/agencygridtree', {})
.post('/gov/org/customeragency/agencyGridDepttree', {})
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)

2
src/views/modules/shequzhili/timeOut/index.vue

@ -703,7 +703,7 @@ export default {
getOrgTreeList() {
this.$http
.post('/gov/org/customeragency/agencygridtree', {})
.post('/gov/org/customeragency/agencyGridDepttree', {})
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)

Loading…
Cancel
Save