[update] 绑定零部件
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user