From 0f9b3d3417d1b9f9d1db6e818cd02b4de2867987 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu <819527061@qq.com>
Date: 星期二, 25 十一月 2025 15:59:03 +0800
Subject: [PATCH] 批量通过和批量驳回bug修改
---
pages/my-todo/my-todo.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/pages/my-todo/my-todo.vue b/pages/my-todo/my-todo.vue
index 6f42c1c..763594b 100644
--- a/pages/my-todo/my-todo.vue
+++ b/pages/my-todo/my-todo.vue
@@ -438,6 +438,7 @@
this.modalType = 0;
},
batchAdoptClick() {
+ console.log('鎵归噺閫氳繃鎸夐挳----------',this.checkBoxValue)
if (this.checkBoxValue.length != 0) {
this.adoptModalShow = true;
} else {
@@ -446,6 +447,7 @@
},
// 閫氳繃妯℃�佹
adoptModalConfirm() {
+ this.adoptDataBox = []
this.adoptModalShow = false;
if(this.checkBoxValue.length >= 1){
this.checkBoxValue.forEach(item => {
@@ -453,6 +455,7 @@
})
this.adoptForm.ids = this.adoptDataBox.toString();
}
+ 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) {
@@ -478,6 +481,7 @@
},
// 椹冲洖妯℃�佹
rejectModalConfirm() {
+ this.rejectDataBox = []
this.rejectModalShow = false;
if(this.checkBoxValue.length >= 1){
this.checkBoxValue.forEach(item => {
--
Gitblit v1.9.1