From feb1bc83e9d2e2b57fef8bdafaa2e24a43fec96c Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期五, 02 八月 2024 12:11:17 +0800
Subject: [PATCH] 解析块和解析方法的页面开发和功能开发

---
 src/views/authority/organization/index.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/authority/organization/index.vue b/src/views/authority/organization/index.vue
index 8da1c6c..5088a73 100644
--- a/src/views/authority/organization/index.vue
+++ b/src/views/authority/organization/index.vue
@@ -194,6 +194,12 @@
   }
 };
 
+const handleCancel = (type) => {
+  if (type == 1) {
+    visible.value = false;
+  }
+};
+
 const OrganizationData = async (key) => {
   await OrganizationList(key).then((res) => {
     treeData.value = [...res.rows];

--
Gitblit v1.8.0