Explorar o código

fix:采购计划审批

liujt hai 2 semanas
pai
achega
3b7b43ec6c

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