소스 검색

fix(采购计划管理): 将用户ID参数改为多选ID拼接字符串

liujt 7 달 전
부모
커밋
b431bc92e6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/bpm/handleTask/components/purchasePlanManage/submit.vue

+ 2 - 1
src/views/bpm/handleTask/components/purchasePlanManage/submit.vue

@@ -274,7 +274,8 @@
           id: this.taskId,
           reason: this.form.reason,
           variables: {
-            userId: this.form.userId,
+            // userId: this.form.userId,
+            userId: this.selectId.join(','),
             pass: !!status
           }
         });