spring
2025-03-06 c3eca54fe45772b32de252a8329a105f44beaf85
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]);