'-'
zhangwei
2025-07-29 2aa2da6ff94c0e88e7ba0638606881a3c04cf579
src/store/modules/multiTags.ts
@@ -62,6 +62,8 @@
      value?: T | multiType,
      position?: positionType
    ): T {
      console.log(mode, "--------------",value);
      switch (mode) {
        case "equal":
          this.multiTags = value;