[update] 市场法规清单
This commit is contained in:
+1
-7
@@ -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: {
|
||||
|
||||
+1
@@ -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>
|
||||
<!-- 标准名称 -->
|
||||
|
||||
Reference in New Issue
Block a user