xiangpei
2024-09-17 1b40a298a0bc609f7864bb3d08822d20ddb2e6e4
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>