Browse Source

【安宁pc端 居民管理】-【企业代表 - 所属网格bug修改】魏凯 2020-10-26

updateDept
weikai 5 years ago
parent
commit
82bd809f77
  1. 2
      src/views/modules/custom/enterpriseinfo.vue

2
src/views/modules/custom/enterpriseinfo.vue

@ -134,7 +134,7 @@
}, },
methods: { methods: {
getOptions() { getOptions() {
this.$http.get(`/sys/dept/party/getDeptTreeForEpiDemic`).then(({data: res}) => { this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({data: res}) => {
if (res.code !== 0) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

Loading…
Cancel
Save