From aaaa334835859597312a644f2a6119f9f082c84c Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Mon, 3 Jul 2023 17:55:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8E=BB=E6=8E=89=E5=88=86?= =?UTF-8?q?=E7=BB=84=E7=AE=A1=E7=90=86=E9=87=8C=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E5=BC=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/BigScreenList/CatalogEditForm.vue | 2 +- data-room-ui/packages/ComponentList/CatalogEditForm.vue | 2 +- data-room-ui/packages/ComponentList/index.vue | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/data-room-ui/packages/BigScreenList/CatalogEditForm.vue b/data-room-ui/packages/BigScreenList/CatalogEditForm.vue index 8bcc5e21..3b5a646b 100644 --- a/data-room-ui/packages/BigScreenList/CatalogEditForm.vue +++ b/data-room-ui/packages/BigScreenList/CatalogEditForm.vue @@ -18,7 +18,7 @@ item.title.indexOf(this.name) !== -1) } }, - // 分组管理 catalogManage () { this.$refs.CatalogEditForm.formVisible = true },