[update 高级搜索] 调整
This commit is contained in:
@@ -133,6 +133,7 @@
|
|||||||
:tree-data="optionsData[item.dbFieldName]"
|
:tree-data="optionsData[item.dbFieldName]"
|
||||||
:replaceFields="{key: 'id', value: 'id', title: 'name', children: 'childPartNameList'}"
|
:replaceFields="{key: 'id', value: 'id', title: 'name', children: 'childPartNameList'}"
|
||||||
tree-checkable
|
tree-checkable
|
||||||
|
tree-check-strictly
|
||||||
show-search
|
show-search
|
||||||
allowClear
|
allowClear
|
||||||
:filterTreeNode="filterTreeOption"
|
:filterTreeNode="filterTreeOption"
|
||||||
@@ -615,16 +616,17 @@ export default {
|
|||||||
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
|
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
|
||||||
} else if (this.currStandardType === '5') {
|
} else if (this.currStandardType === '5') {
|
||||||
// 全部的话,就判断是企标还是外部
|
// 全部的话,就判断是企标还是外部
|
||||||
if (record.resource_type === StandardSource.FOREIGN.value) {
|
if (record.resource_type + '' === StandardSource.FOREIGN.value) {
|
||||||
path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
||||||
} else if (record.resource_type === StandardSource.ENTERPRISE.value) {
|
} else if (record.resource_type + '' === StandardSource.ENTERPRISE.value) {
|
||||||
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
|
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.$openPageNewSheet({
|
this.$openPageNewSheet({
|
||||||
path: path,
|
path: path,
|
||||||
query: {
|
query: {
|
||||||
id: record.id
|
id: record.id,
|
||||||
|
standardNumber: record.standard_number
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user