|
@ -335,7 +335,7 @@ export default { |
|
|
// 获取所属组织列表 |
|
|
// 获取所属组织列表 |
|
|
getFormInfo() { |
|
|
getFormInfo() { |
|
|
this.$http |
|
|
this.$http |
|
|
.post(`/gov/org/agency/community-list`) |
|
|
.post(`/gov/org/agency/communityListByCustomerId`) |
|
|
.then(({ data: res }) => { |
|
|
.then(({ data: res }) => { |
|
|
if (res.code !== 0) { |
|
|
if (res.code !== 0) { |
|
|
return this.$message.error(res.msg); |
|
|
return this.$message.error(res.msg); |
|
|