yuxc
2023-06-30 bfa2d1307c6faea916088a40dc09a360b17f7499
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;
    },
  }
}