| pages/my-todo/my-todo.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/my-todo/my-todo.vue
@@ -451,7 +451,7 @@ this.adoptModalShow = false; if(this.checkBoxValue.length >= 1){ this.checkBoxValue.forEach(item => { this.adoptDataBox.push(item.slice(0, 6)) this.adoptDataBox.push(item) }) this.adoptForm.ids = this.adoptDataBox.toString(); } @@ -485,7 +485,7 @@ this.rejectModalShow = false; if(this.checkBoxValue.length >= 1){ this.checkBoxValue.forEach(item => { this.rejectDataBox.push(item.slice(6, 12)) this.rejectDataBox.push(item) }) this.rejectForm.procInstIds = this.rejectDataBox.toString(); }