src/views/system/check/result/detail/index.vue
@@ -190,7 +190,7 @@ return department ? department.value : '未知'; }, /** 导航切换 */ handlefSelect(key) { handleSelect(key) { this.activeIndex = key; this.queryParams.examineTag = key; this.queryParamsList.examineTag = key; @@ -367,10 +367,6 @@ observer.unobserve(this.$refs.chartContent); } }, handleSelect(key, keyPath) { console.log(key, keyPath); }, } </script>