spring
2025-03-07 d66ab921c996c38da3aa373ffdc7c974c157df33
src/views/standard/standardLibrary/index.vue
@@ -778,7 +778,6 @@
          }
          this.selectTree = data2.replace(" - ", "");
          delStandardTree({ tree: this.selectTree }).then((res) => {
            if (res.code == 201) return;
            this.$message.success("已删除");
            let arr = this.selectTree.split(" - ");
            this.deleteStandard(this.list, arr[arr.length - 1]);