瀏覽代碼

fix:采购计划审批

liujt 2 月之前
父節點
當前提交
3b7b43ec6c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      manifest.json
  2. 1 1
      pages/home/wt/components/purchasePlanManage/taskSubmit.vue

+ 1 - 1
manifest.json

@@ -2,7 +2,7 @@
     "name" : "智慧工厂",
     "appid" : "__UNI__45B3907",
     "description" : "",
-    "versionName" : "V1.0.4.12",
+    "versionName" : "V1.0.4.13",
     "versionCode" : "100",
     "transformPx" : false,
     "h5" : {

+ 1 - 1
pages/home/wt/components/purchasePlanManage/taskSubmit.vue

@@ -250,7 +250,7 @@
 				reason: this.form.reason,
 				variables: {
 					// userId: this.form.userId,
-					userId: this.form.assignList.map(item => item.id).join(','),
+					userId: this.form.assignList.map(item => item.userId).join(','),
 					pass: !!status
 				}
 				});