Преглед изворни кода

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

liujt пре 6 месеци
родитељ
комит
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,
           id: this.taskId,
           reason: this.form.reason,
           reason: this.form.reason,
           variables: {
           variables: {
-            userId: this.form.userId,
+            // userId: this.form.userId,
+            userId: this.selectId.join(','),
             pass: !!status
             pass: !!status
           }
           }
         });
         });