IM 聊天记录
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user