Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2022-04-27 10:49:34 +08:00
4 changed files with 24 additions and 11 deletions
@@ -2148,7 +2148,7 @@ export default {
let routeUrl = this.$router.resolve({
name: routerName,
params: {
id: data.id,
id: data.id || data.standId,
pageType: this.sarAccessInfo.dataSource
}
})