fix 80305
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<standard-selection v-decorator="['standardNumber', validatorRules.standardNumber]"
|
||||
:placeholder="$t('pleaseSelect') + $t('standardNumber')"
|
||||
type="radio"
|
||||
:can-selected-source="[StandardSource.DOMESTIC.value, StandardSource.OVERSEAS.value]"
|
||||
@listChange="handleStandardChange" />
|
||||
</a-form-item>
|
||||
<!--标准名称-->
|
||||
@@ -93,12 +94,14 @@ import StandardSelection from '../../../../components/selection/StandardSelectio
|
||||
import VehicleProjectSelection from '../../../../components/selection/VehicleProjectSelection'
|
||||
import UserSelection from '../../../../components/selection/UserSelection'
|
||||
import { addInconformityItem, editInconformityItem } from '../../../../api/projectLibraryApi'
|
||||
import { StandardSource } from '../../../../enums/commonEnums'
|
||||
|
||||
export default {
|
||||
name: 'InconformityItemModal',
|
||||
components: { UserSelection, StandardSelection, VehicleProjectSelection },
|
||||
data () {
|
||||
return {
|
||||
StandardSource,
|
||||
title: this.$t('operation'),
|
||||
width: 800,
|
||||
visible: false,
|
||||
|
||||
Reference in New Issue
Block a user