From 1a3670159c04a9e57ab55fe43ba98a1102c7ff7b Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Tue, 9 Apr 2024 16:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/systemInstallPackage/systemInstallPackage.data.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/system/systemInstallPackage/systemInstallPackage.data.ts b/src/views/system/systemInstallPackage/systemInstallPackage.data.ts index 91634a91d..af9dd20e4 100644 --- a/src/views/system/systemInstallPackage/systemInstallPackage.data.ts +++ b/src/views/system/systemInstallPackage/systemInstallPackage.data.ts @@ -39,6 +39,7 @@ export const SystemInstallPackage = useCrudSchemas(reactive([ field: 'installPackageUrl', sort: 'custom', form: { + value:'', componentProps: { disabled: true }, @@ -91,7 +92,9 @@ export const SystemInstallPackage = useCrudSchemas(reactive([ sort: 'custom', form: { component: 'UploadFile', + value:'', componentProps: { + modelValue:'', upData:{ tableId: '', tableName: ''