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