xiangpei
2024-09-04 1c3655f7f193c103ad01179ec8ba8f4cf10977ce
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>