[update] 市场法规清单

This commit is contained in:
lideqin
2024-07-04 14:51:31 +08:00
parent 398879952b
commit c7ae6e2006
2 changed files with 2 additions and 7 deletions
@@ -816,13 +816,7 @@ export default {
this.loading = false
},
toDetail (record) {
let path = ''
// 需要先判断是哪种标准
if (record.source === StandardSource.FOREIGN.value) {
path = '/standardRegulationLibrary/foreignStandardDetailPage'
} else if (record.source === StandardSource.ENTERPRISE.value) {
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
}
const path = '/standardRegulationLibrary/foreignStandardDetailPage'
this.$openPageNewSheet({
path: path,
query: {
@@ -18,6 +18,7 @@
<standard-selection :placeholder="$t('pleaseSelect') + $t('standardNumber')"
type="radio"
@listChange="selectStandardChange"
disabledSourceSearch
v-decorator.trim="[ 'standardNumber', validatorRules.standardNumber ]" />
</a-form-item>
<!-- 标准名称 -->