|
|
@@ -169,7 +169,7 @@ export default {
|
|
|
this.objectType = this.$route.query.photoType || '';
|
|
|
this.insert = this.$route.query.insert;
|
|
|
// 授权
|
|
|
- getTicketFun(['uploadImage']).then(() => {});
|
|
|
+ // getTicketFun(['uploadImage']).then(() => {});
|
|
|
if (this.$route.query.source == 'historicalDetails') {
|
|
|
this.getVisitsDetailFun();
|
|
|
} else {
|
|
|
@@ -343,7 +343,7 @@ export default {
|
|
|
mediaId: res.serverId,
|
|
|
mediaFileUrl: item.mediaFileUrl,
|
|
|
});
|
|
|
- this.syncUpload(localIds, callback);
|
|
|
+ this.syncUpload(imgArr, callback);
|
|
|
},
|
|
|
});
|
|
|
}
|