1、监管端、企业端地图信息更新
parent
0fba5ebca5
commit
dccc44e644
|
@ -94,8 +94,12 @@ export default {
|
||||||
corpId: this.corpId
|
corpId: this.corpId
|
||||||
}
|
}
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
this.info = data.userInfo
|
if (data.code === 9999) {
|
||||||
this.otherInfo = data.statusInfo
|
this.$message.success(data.msg)
|
||||||
|
} else {
|
||||||
|
this.info = data.userInfo
|
||||||
|
this.otherInfo = data.statusInfo
|
||||||
|
}
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue