[update] 绑定零部件

This commit is contained in:
lideqin
2024-04-19 17:36:46 +08:00
parent 054345ee38
commit 433318da32
@@ -230,11 +230,11 @@ export default {
handleGoDetail (record) { handleGoDetail (record) {
let path = '' let path = ''
// 需要先判断是哪种标准 // 需要先判断是哪种标准
if (record.source === '1') { if (record.standardType === '1') {
path = '/standardRegulationLibrary/DomesticStandardDetail' path = '/standardRegulationLibrary/DomesticStandardDetail'
} else if (record.source === '2') { } else if (record.standardType === '2') {
path = '/standardRegulationLibrary/OverseasStandardDetail' path = '/standardRegulationLibrary/OverseasStandardDetail'
} else if (record.source === '3') { } else if (record.standardType === '3') {
path = '/enterpriseStandardLibrary/enterpriseStandardDetail' path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
} }
this.$openPageNewSheet({ this.$openPageNewSheet({