From a7172a2d8be12cdb8eb776a2d967da8167a45a36 Mon Sep 17 00:00:00 2001 From: my_ong <429426262@qq.com> Date: Tue, 10 Dec 2024 09:09:07 +0800 Subject: [PATCH] =?UTF-8?q?:new:=20=E7=9B=98=E7=82=B9=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 6 +----- src/views/stock/stocktaking/resultForm.vue | 3 ++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 493575d..8c02785 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -7,7 +7,6 @@ export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { - AAlert: typeof import('ant-design-vue/es')['Alert'] AAvatar: typeof import('ant-design-vue/es')['Avatar'] AButton: typeof import('ant-design-vue/es')['Button'] ACard: typeof import('ant-design-vue/es')['Card'] @@ -22,7 +21,6 @@ declare module 'vue' { AFormItem: typeof import('ant-design-vue/es')['FormItem'] AImage: typeof import('ant-design-vue/es')['Image'] AInput: typeof import('ant-design-vue/es')['Input'] - AInputPassword: typeof import('ant-design-vue/es')['InputPassword'] AInputSearch: typeof import('ant-design-vue/es')['InputSearch'] ALayout: typeof import('ant-design-vue/es')['Layout'] ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent'] @@ -50,11 +48,9 @@ declare module 'vue' { ATabPane: typeof import('ant-design-vue/es')['TabPane'] ATabs: typeof import('ant-design-vue/es')['Tabs'] ATag: typeof import('ant-design-vue/es')['Tag'] + ATextarea: typeof import('ant-design-vue/es')['Textarea'] ATooltip: typeof import('ant-design-vue/es')['Tooltip'] - ATransfer: typeof import('ant-design-vue/es')['Transfer'] - ATree: typeof import('ant-design-vue/es')['Tree'] ATypographyLink: typeof import('ant-design-vue/es')['TypographyLink'] - ATypographyParagraph: typeof import('ant-design-vue/es')['TypographyParagraph'] ATypographyTitle: typeof import('ant-design-vue/es')['TypographyTitle'] AuxiliaryItemRender: typeof import('./components/form-render/auxiliary-item-render.vue')['default'] AWatermark: typeof import('ant-design-vue/es')['Watermark'] diff --git a/src/views/stock/stocktaking/resultForm.vue b/src/views/stock/stocktaking/resultForm.vue index d129c12..e0d20b5 100644 --- a/src/views/stock/stocktaking/resultForm.vue +++ b/src/views/stock/stocktaking/resultForm.vue @@ -30,7 +30,8 @@ const props = defineProps( { applyId: { type: Number, - required: false + required: false, + default: 0 } } )