瀏覽代碼

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
           }
         });