|
|
@@ -1566,7 +1566,7 @@ export default {
|
|
|
this.$router.push({
|
|
|
path: '/outsidelist/index',
|
|
|
query: {
|
|
|
- tabVal: this.reportInfoData.powerGrade == 2 ? 0 : 1, // 跳转页面的tabval
|
|
|
+ tabVal: this.reportInfoData.positionId == 2 ? 0 : 1, // 跳转页面的tabval
|
|
|
abnormalTsjStoreIds: this.reportInfoData.abnormalTsjStoreIds,
|
|
|
},
|
|
|
});
|