feat: There is no way the, #51975

This commit is contained in:
super_liu
2022-03-22 16:45:34 +08:00
parent b021e79c14
commit 19ee81d648
2 changed files with 2 additions and 2 deletions
@@ -2275,7 +2275,7 @@ export default {
_this: this
}, res => {
this.sarStandardsInfoEO = res.data || {}
if (this.sarStandardsInfoEO.standCode.indexOf('Q/FT P') !== -1) {
if (this.sarStandardsInfoEO.standCode && this.sarStandardsInfoEO.standCode.indexOf('Q/FT P') !== -1) {
this.QFTP = true
}
// this.textOptions.forEach(item => {
@@ -3444,7 +3444,7 @@ export default {
let routeUrl = this.$router.resolve({
name: 'OtherBussStandardDetails',
params: {
id: item.id,
id: item.standId,
pageType: 'BUSINESS_STAND'
}
})