田源
2023-09-22 5f06c56fd6273a34a502ea730382296cf1c1707f
Source/UBCS-WEB/src/views/integration/systemInfo.vue
@@ -135,7 +135,8 @@
      },
    }
  },
  created() {
  },
  methods: {
    empower() {
      batchAddSave(this.checkAll.oid, this.checkAll.id, this.ParentList).then(res => {
@@ -179,7 +180,7 @@
          }
          console.log(this.ParentList);
        }
      }else {
      } else {
        this.ParentList = this.ParentList.filter(res => res.classifyId !== row.classifyId);
        console.log(this.ParentList);
      }