fix 80305

This commit is contained in:
赵霄
2024-01-11 10:17:14 +08:00
parent a8173ac7be
commit f827db6418
@@ -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,