diff --git a/src/views/configManage/neManage/index.vue b/src/views/configManage/neManage/index.vue index 02c7183a..158a3d90 100644 --- a/src/views/configManage/neManage/index.vue +++ b/src/views/configManage/neManage/index.vue @@ -23,6 +23,7 @@ import useI18n from '@/hooks/useI18n'; import { FileType } from 'ant-design-vue/lib/upload/interface'; import { UploadRequestOption } from 'ant-design-vue/lib/vc-upload/interface'; import { RESULT_CODE_SUCCESS } from '@/constants/result-constants'; +import { NE_TYPE_LIST } from '@/constants/ne-constants'; import useNeInfoStore from '@/store/modules/neinfo'; const { t } = useI18n(); @@ -221,7 +222,7 @@ let modalState: ModalStateType = reactive({ pvFlag: 'PNF', rmUid: '4400HX1AMF001', vendorName: '', - sync: false, + sync: true, }, importFrom: { neId: '', @@ -785,11 +786,12 @@ onMounted(() => { :label="t('views.configManage.neManage.neType')" name="neType " > - + :placeholder="t('common.inputPlease')" + /> @@ -974,20 +976,21 @@ onMounted(() => { name="neType" v-bind="modalStateFrom.validateInfos.neType" > - - - + + + +