Browse Source

楼栋管理接口地址调整

master
Jackwang 3 years ago
parent
commit
d184f11754
  1. 2
      src/views/modules/personroom/epidemicplotbuilding-add-or-update.vue
  2. 2
      src/views/modules/personroom/epidemicplotbuilding-add-or-update_new.vue
  3. 2
      src/views/modules/personroom/epidemicplotbuilding.vue

2
src/views/modules/personroom/epidemicplotbuilding-add-or-update.vue

@ -425,7 +425,7 @@ export default {
},
// (4)
getDailyTypeArrInfo () {
this.$http.get(`sys/dept/deptInfo?tags=street_party`).then(({ data: res }) => {
this.$http.get(`sys/sysdeptinfo/getDeptInfo?tags=street_party`).then(({ data: res }) => {
this.streetArr = res.data
}).catch(() => {})
},

2
src/views/modules/personroom/epidemicplotbuilding-add-or-update_new.vue

@ -276,7 +276,7 @@ export default {
},
// (4)
getDailyTypeArrInfo () {
this.$http.get(`sys/dept/deptInfo?tags=street_party`).then(({ data: res }) => {
this.$http.get(`sys/sysdeptinfo/getDeptInfo?tags=street_party`).then(({ data: res }) => {
this.streetArr = res.data
}).catch(() => {})
},

2
src/views/modules/personroom/epidemicplotbuilding.vue

@ -195,7 +195,7 @@ export default {
methods: {
// (4)
getDailyTypeArrInfo () {
this.$http.get(`sys/dept/deptInfo?tags=street_party`).then(({ data: res }) => {
this.$http.get(`sys/sysdeptinfo/getDeptInfo?tags=street_party`).then(({ data: res }) => {
this.streetArr = res.data
}).catch(() => {})
},

Loading…
Cancel
Save