ysy 1 năm trước cách đây
mục cha
commit
16059c136a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/pda/components/bottomOperate.vue

+ 1 - 1
pages/pda/components/bottomOperate.vue

@@ -491,7 +491,7 @@
 					if (index !== -1) {
 					    // 使用slice截取目标元素之前的部分,并通过map提取id
 					    const previousIds = this.newStepsList.slice(0, index).map(item => item.taskId);
-P						this.outsourceForm.taskIds = previousIds.join(',')
+					this.outsourceForm.taskIds = previousIds.join(',')
 					
 					
 					} else {