@@ -2,7 +2,7 @@
"name" : "智慧工厂",
"appid" : "__UNI__45B3907",
"description" : "",
- "versionName" : "V1.0.4.12",
+ "versionName" : "V1.0.4.13",
"versionCode" : "100",
"transformPx" : false,
"h5" : {
@@ -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
}
});