|
@@ -161,6 +161,8 @@ export default {
|
|
|
this.storeGroupId = this.$route.query.storeGroupId || '';
|
|
this.storeGroupId = this.$route.query.storeGroupId || '';
|
|
|
this.objectType = this.$route.query.photoType || '';
|
|
this.objectType = this.$route.query.photoType || '';
|
|
|
this.insert = this.$route.query.insert;
|
|
this.insert = this.$route.query.insert;
|
|
|
|
|
+ // 授权
|
|
|
|
|
+ getTicketFun(['uploadImage']).then(() => {});
|
|
|
if (this.$route.query.source == 'historicalDetails') {
|
|
if (this.$route.query.source == 'historicalDetails') {
|
|
|
this.getVisitsDetailFun();
|
|
this.getVisitsDetailFun();
|
|
|
} else {
|
|
} else {
|