浏览代码

标签管理 标签分类 修复多选bug

DESKTOP-O04BTUJ\muzen 3 年之前
父节点
当前提交
d4fd20107c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/label/tag/detail.vue

+ 1 - 0
src/views/label/tag/detail.vue

@@ -352,6 +352,7 @@ export default {
     },
     },
     // 表格多选
     // 表格多选
     getChange(row) {
     getChange(row) {
+      this.ids = []
       if (row.length > 0) {
       if (row.length > 0) {
         row.map(i => {
         row.map(i => {
           if (this.ids.findIndex(j => j === i.id) === -1) {
           if (this.ids.findIndex(j => j === i.id) === -1) {