From f4c324b44aadc4d8a44d4c67c588d2f76261ccaa Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 30 十一月 2022 16:07:39 +0800 Subject: [PATCH] fix:消息分页 视频查询 图片查询 --- src/views/operate/video/index.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/operate/video/index.vue b/src/views/operate/video/index.vue index 1ea57cd..b101163 100644 --- a/src/views/operate/video/index.vue +++ b/src/views/operate/video/index.vue @@ -295,11 +295,13 @@ }, // 鏇存敼杩濊/杩濆缓 changeTypeChecked(idx) { - this.typeList.forEach((item, index) => { - item.checked = index === idx; - }); + if(idx==1){ + this.searchContent="03"; + }else{ + this.searchContent=null; + } this.mystatus = idx + 1; - this.statusArr[1] = this.typeList[idx].value; + this.searchVideoList(); }, // 璁剧疆琛ㄦ牸鏂戦┈绾� tableRowClassName({ row, rowIndex }) { -- Gitblit v1.8.0