From d8944c4764c3fc4b7baf6b5c1586cf17c88b0bb1 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 23 三月 2022 22:38:20 +0800
Subject: [PATCH] 修改ztree复选框默认为父子联动

---
 src/api/app.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/api/app.ts b/src/api/app.ts
index b1f8869..0fa4bd0 100644
--- a/src/api/app.ts
+++ b/src/api/app.ts
@@ -25,10 +25,10 @@
 }
 
 //鑾峰彇鍟嗗煄鎵�鏈夊簲鐢�(宸叉縺娲�)
-export const findAllApp = () => request({
-  url: '/data/api-v/app/findAllApp',
-  method: 'get'
-});
+// export const findAllApp = () => request({
+//   url: '/data/api-v/app/findAllApp',
+//   method: 'get'
+// });
 
 export const getAppDetail = (query:any) => request({
   url: '/data/api-v/app/detail',

--
Gitblit v1.8.0