From 12e90cca31d377e28cfe5c6442509841991308e9 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 25 二月 2021 11:00:57 +0800
Subject: [PATCH] ztree分析图标着色;应用中心产品详情弹框初步搭建
---
src/pages/search/index/Searching.vue | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/src/pages/search/index/Searching.vue b/src/pages/search/index/Searching.vue
index 327682f..6dd0557 100644
--- a/src/pages/search/index/Searching.vue
+++ b/src/pages/search/index/Searching.vue
@@ -343,6 +343,13 @@
this.VideoPhotoData.selectWhites = [];
},
watch: {
+ 'TreeDataPool.treeActiveName' (n, o) {
+ if (n && n == 'camera') {
+ console.log('mounted 鏌ヨes')
+ this.VideoPhotoData.treeNodes = [];
+ this.setLoadSearch(this.VideoPhotoData.querySearchList());
+ }
+ },
"TreeDataPool.showTreeBox" (value) {
this.getHeight();
if (this.VideoPhotoData.realSmallPath.length > 0) {
@@ -367,10 +374,10 @@
if (this.VideoPhotoData.uploadType) {
this.VideoPhotoData.findPersonByPage()
} else {
-
- console.log('TreeDataPool.selectedNodes 鏌ヨes')
- this.setLoadSearch(this.VideoPhotoData.querySearchList());
-
+
+ console.log('TreeDataPool.selectedNodes 鏌ヨes')
+ this.setLoadSearch(this.VideoPhotoData.querySearchList());
+
}
}
},
--
Gitblit v1.8.0