From 5044b402981f42542eece201e1308b5c2816737a Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 01 七月 2021 20:51:32 +0800 Subject: [PATCH] 轮询日志和朔黄按机车hao号搜索 --- src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue index 31630b9..80053ba 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue @@ -167,8 +167,8 @@ @change="filterSearchData" > <el-option value label="鍏ㄩ儴"></el-option> - <el-option :value="false" label="鏈叧娉�"></el-option> - <el-option :value="true" label="宸插叧娉�"></el-option> + <el-option :value="'1'" label="鏈叧娉�"></el-option> + <el-option :value="'0'" label="宸插叧娉�"></el-option> </el-select> </div> <div> @@ -560,7 +560,7 @@ PageSize: this.showType == "list" ? this.tablePageSize : this.tabPageSize, IsDetail: this.showType == "list", - IsFollow: this.IsFollow ? "0" : "1", + IsFollow: this.IsFollow , IsOperate: this.IsOperate, }; let filterQuerys = []; @@ -575,6 +575,7 @@ } }); Object.assign(query, ...filterQuerys); + debugger; getlst(query).then((res) => { if (_this.showType == "list") { @@ -615,6 +616,7 @@ IsFollow: this.IsFollow, IsOperate: this.IsOperate, }; + debugger; let filterQuerys = []; this.checkedConfigs.forEach((config) => { let checkedOpts = config.data.filter((option) => option.isChecked); @@ -697,6 +699,7 @@ }, toggleFollow(data) { data.IsFollow == "0" ? (data.IsFollow = "1") : (data.IsFollow = "0"); + debugger updateFollow({ id: data.id, IsFollow: data.IsFollow, -- Gitblit v1.8.0