From 6e20d501d607c53e629cd7208c7e9198ce776c2b Mon Sep 17 00:00:00 2001 From: qiaochuLei <124648559+qiaochuLei@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:26:02 +0800 Subject: [PATCH] fix: bug#21218 * fix: bug#21218 --- src/views/device/Product/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/device/Product/index.vue b/src/views/device/Product/index.vue index 5d255d8f..9f4ca702 100644 --- a/src/views/device/Product/index.vue +++ b/src/views/device/Product/index.vue @@ -32,6 +32,7 @@ accept=".json" :showUploadList="false" :before-upload="beforeUpload" + :disabled="!permission" > ([]); const currentForm = ref({});