[update] 市场法规清单
This commit is contained in:
+1
-7
@@ -816,13 +816,7 @@ export default {
|
|||||||
this.loading = false
|
this.loading = false
|
||||||
},
|
},
|
||||||
toDetail (record) {
|
toDetail (record) {
|
||||||
let path = ''
|
const path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
||||||
// 需要先判断是哪种标准
|
|
||||||
if (record.source === StandardSource.FOREIGN.value) {
|
|
||||||
path = '/standardRegulationLibrary/foreignStandardDetailPage'
|
|
||||||
} else if (record.source === StandardSource.ENTERPRISE.value) {
|
|
||||||
path = '/enterpriseStandardLibrary/enterpriseStandardDetail'
|
|
||||||
}
|
|
||||||
this.$openPageNewSheet({
|
this.$openPageNewSheet({
|
||||||
path: path,
|
path: path,
|
||||||
query: {
|
query: {
|
||||||
|
|||||||
+1
@@ -18,6 +18,7 @@
|
|||||||
<standard-selection :placeholder="$t('pleaseSelect') + $t('standardNumber')"
|
<standard-selection :placeholder="$t('pleaseSelect') + $t('standardNumber')"
|
||||||
type="radio"
|
type="radio"
|
||||||
@listChange="selectStandardChange"
|
@listChange="selectStandardChange"
|
||||||
|
disabledSourceSearch
|
||||||
v-decorator.trim="[ 'standardNumber', validatorRules.standardNumber ]" />
|
v-decorator.trim="[ 'standardNumber', validatorRules.standardNumber ]" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<!-- 标准名称 -->
|
<!-- 标准名称 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user