|
@@ -773,8 +773,6 @@ export default {
|
|
|
this.dictTypeQGJZFormShow = false;
|
|
this.dictTypeQGJZFormShow = false;
|
|
|
this.dictTypeSJSFormShow = false;
|
|
this.dictTypeSJSFormShow = false;
|
|
|
this.dictTypeFormShow = false;
|
|
this.dictTypeFormShow = false;
|
|
|
- // 拍照次数重置
|
|
|
|
|
- store.dispatch('setShotsNum', 0);
|
|
|
|
|
},
|
|
},
|
|
|
watch: {
|
|
watch: {
|
|
|
$route(to, from) {
|
|
$route(to, from) {
|
|
@@ -856,6 +854,8 @@ export default {
|
|
|
this.getLocation();
|
|
this.getLocation();
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
|
|
+ // 拍照次数重置
|
|
|
|
|
+ store.dispatch('setShotsNum', 0);
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
addressFns(val) {
|
|
addressFns(val) {
|