@@ -2,7 +2,7 @@
"name" : "智慧工厂",
"appid" : "__UNI__45B3907",
"description" : "",
- "versionName" : "V1.0.3.33",
+ "versionName" : "V1.0.3.34",
"versionCode" : "100",
"transformPx" : false,
"h5" : {
@@ -75,7 +75,7 @@
console.log(data,'datasss')
if (data) {
this.form = data
- this.form.fileId = JSON.parse(this.form.fileId)
+ this.form.fileId = this.form.fileId ? JSON.parse(this.form.fileId) : []
}
},