ludc
2023-07-11 02dbaaa04bc443e860a715cf907bc0fb5c1a7da4
Source/UBCS-WEB/src/components/Tree/TemplatePro.vue
@@ -45,8 +45,7 @@
  methods: {
    // Tab栏切换
    handleChange(column) {
      this.type = column
      this.$message.success(JSON.stringify(column))
      this.type = column;
    },
  }
}