|
|
@@ -220,7 +220,7 @@ export default {
|
|
|
path: '/abnormalVisit',
|
|
|
query: {
|
|
|
type: 'edit',
|
|
|
- storeCode: this.$route.query.storeCode,
|
|
|
+ storeCode: this.$route.query.storeCode || this.list.storeCode,
|
|
|
rdId: this.$route.query.visitId,
|
|
|
visitId: this.$route.query.visitId,
|
|
|
storeId: this.list.storeId,
|
|
|
@@ -242,7 +242,7 @@ export default {
|
|
|
query: {
|
|
|
type: 'edit',
|
|
|
storeGroupId: this.list.storeGroupId,
|
|
|
- storeCode: this.$route.query.storeCode,
|
|
|
+ storeCode: this.$route.query.storeCode || this.list.storeCode,
|
|
|
storeName: this.list.storeName,
|
|
|
addressLine: this.list.addressLine,
|
|
|
rdId: this.$route.query.visitId,
|