zhangxiaoxu
2025-11-25 0f9b3d3417d1b9f9d1db6e818cd02b4de2867987
pages/my-todo/my-todo.vue
@@ -438,7 +438,7 @@
      this.modalType = 0;
    },
    batchAdoptClick() {
      console.log('批量通过按钮')
      console.log('批量通过按钮----------',this.checkBoxValue)
      if (this.checkBoxValue.length != 0) {
        this.adoptModalShow = true;
      } else {
@@ -447,6 +447,7 @@
    },
    // 通过模态框
    adoptModalConfirm() {
      this.adoptDataBox = []
      this.adoptModalShow = false;
         if(this.checkBoxValue.length >= 1){
            this.checkBoxValue.forEach(item => {
@@ -454,7 +455,7 @@
            })
            this.adoptForm.ids = this.adoptDataBox.toString();
         }
      console.log(this.adoptForm,'this.adoptForm===提交===批量')
      console.log(this.checkBoxValue,'this.checkBoxValue--00000000000',this.adoptDataBox,this.adoptForm)
      this.$reqPost('passAll', this.adoptForm).then(res => {
        console.log('是否还原', this.adoptForm.ids, this.rejectForm.procInstIds);
        if (res.code == 0) {
@@ -480,6 +481,7 @@
      },
    // 驳回模态框
    rejectModalConfirm() {
      this.rejectDataBox = []
      this.rejectModalShow = false;
         if(this.checkBoxValue.length >= 1){
            this.checkBoxValue.forEach(item => {