From 0cfeae31709974c341e09c35a3bd190c19f4a8f2 Mon Sep 17 00:00:00 2001 From: tianq Date: Tue, 21 Mar 2023 15:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/sida/index.vue | 32 ++++++------------------------ 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/src/views/dataBoard/sida/index.vue b/src/views/dataBoard/sida/index.vue index f2df59cf9..eb60445d4 100644 --- a/src/views/dataBoard/sida/index.vue +++ b/src/views/dataBoard/sida/index.vue @@ -166,39 +166,19 @@ export default { }, handleClickDotBtn(type, info) { - // console.log('handleClickDotBtn', type, info); - // if (type == 'watch-resi') { - // this.displayedResiId = info.user_id; - // } else if (type == 'watch-house') { - // this.displayedHouseId = info.house_id; - // } + console.log("handleClickDotBtn") }, clickBreadItem({ item }) { + // this.toBread(item); }, clickAgencyItem(item) { + console.log("clickAgencyItem") console.log(item); - this.toBread({ - orgId: item.id, - orgLevel: item.level, - meta: { - title: item.name - } - }); + this.orgData.org_id=item.id; + }, - // toBread(item) { - // const { orgId } = item; - // const { breadList } = this; - // let index = breadList.findIndex(val => val.orgId === orgId); - // // return console.log(item, breadList, index); - // if (index >= 0) { - // this.breadList = breadList.slice(0, index + 1); - // } else { - // breadList.push(item); - // this.breadList = breadList; - // } - // this.init(item.orgId, item.orgLevel); - // }, + // 根据类别搜索