@ -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(() => {})
@ -276,7 +276,7 @@ export default {
@ -195,7 +195,7 @@ export default {
methods: {