From d7790f203f19d95523e18989015c72ae1e3efcfe Mon Sep 17 00:00:00 2001 From: JiangQiming <291854119@qq.com> Date: Thu, 30 Mar 2023 10:56:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug#11139=E3=80=8111214?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Department/product/index.vue | 2 +- src/views/system/Menu/Detail/BasicInfo.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/system/Department/product/index.vue b/src/views/system/Department/product/index.vue index 986b7ea6..53ab716a 100644 --- a/src/views/system/Department/product/index.vue +++ b/src/views/system/Department/product/index.vue @@ -553,7 +553,7 @@ watch( ); watch( - () => dialogs.editShow, + () => dialogs.addShow, (val: boolean) => { if (!val) tableData.selectedRows = []; }, diff --git a/src/views/system/Menu/Detail/BasicInfo.vue b/src/views/system/Menu/Detail/BasicInfo.vue index 833f4b88..4d965770 100644 --- a/src/views/system/Menu/Detail/BasicInfo.vue +++ b/src/views/system/Menu/Detail/BasicInfo.vue @@ -189,12 +189,13 @@ style="width: 500px" placeholder="请选择资产类型" show-search + :options="form.assetsType" > - {{ item.label }} + > -->