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) {