zhangxiaoxu
2025-11-25 8c82102ab7bb34e29a73f56b829cd622ab34604c
pages/my-todo/my-todo.vue
@@ -438,6 +438,7 @@
      this.modalType = 0;
    },
    batchAdoptClick() {
      console.log('批量通过按钮')
      if (this.checkBoxValue.length != 0) {
        this.adoptModalShow = true;
      } else {
@@ -453,6 +454,7 @@
            })
            this.adoptForm.ids = this.adoptDataBox.toString();
         }
      console.log(this.adoptForm,'this.adoptForm===提交===批量')
      this.$reqPost('passAll', this.adoptForm).then(res => {
        console.log('是否还原', this.adoptForm.ids, this.rejectForm.procInstIds);
        if (res.code == 0) {