From 4f6280833f49781d4a02de45bbc7ad104a76ea84 Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 14 Mar 2023 12:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=B7=BB=E5=8A=A0url?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/resource/search.vue | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/pages/resource/search.vue b/pages/resource/search.vue index 612dd31..c3ed0ea 100644 --- a/pages/resource/search.vue +++ b/pages/resource/search.vue @@ -338,25 +338,14 @@ }else{ this.conType=1; } + if(options.keyword){ + this.keyword=options.keyword; + } this.loadSeachWords(); if(this.audiences.length==0){ apiUserbasic.getInAudienceIds(this.userInfo.aid).then(rs=>{ this.audiences=rs; }); - // Promise.all([apiBoeCourse.audience(this.userInfo.sysId),apiUserGroup.userGroupIds()]).then(rs=>{ - // //console.log(rs,'rs'); - // let aids=[]; - // if(rs[0].status==200){ - // aids.push(rs[0].result); - // } - // if(rs[1].status==200){ - // aids.push(rs[1].result); - // } - // this.audiences=aids; - // //sessionStorage.setItem(localKey,this.audiences); - // //this.search(); - // }) - //} } }, computed:{