IM 聊天记录

This commit is contained in:
2023-11-30 11:02:36 +08:00
parent 90f1fb5c57
commit 2f39828c8f
11 changed files with 161 additions and 14 deletions

View File

@@ -187,7 +187,7 @@ export default {
this.patrolInstanceId = this.$route.query.patrolInstanceId||getUrlParam("patrolInstanceId");
this.equipmentId = this.$route.query.equipmentId||getUrlParam("equipmentId");
this.moveUserId = this.$route.query.uerId||getUrlParam("uerId");
this.busId = this.$route.query.uerId||getUrlParam("busId");
this.busId = this.$route.query.busId||getUrlParam("busId");
this.token = getUrlParam("token")
@@ -1128,7 +1128,7 @@ export default {
service.get(`/middlegroundPeriodicWorkOrderInstance/queryById`, {
params: {
id: this.patrolInstanceId
id: this.busId
}
}).then((res) => {
if (res.status == 200) {