From 711978bcba46a19ad37adc39e741eba0a360f278 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期一, 28 六月 2021 11:31:45 +0800 Subject: [PATCH] rename LKJ TO LKG --- src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue index 57ee9c1..b683cd5 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue @@ -629,8 +629,8 @@ } }); Object.assign(query, ...filterQuerys); - // this.optionalConfigs = []; - // this.highLevelConfigs = []; + this.optionalConfigs = []; + this.highLevelConfigs = []; getlstInit(query).then((res) => { if (_this.showType == "list") { _this.tableTotal = res.total; -- Gitblit v1.8.0