|
@@ -55,7 +55,7 @@ export default {
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
list: [],
|
|
list: [],
|
|
|
- tabVal: '0',
|
|
|
|
|
|
|
+ tabVal: '1',
|
|
|
detail: null,
|
|
detail: null,
|
|
|
timeData: '',
|
|
timeData: '',
|
|
|
showOrderButton: 'false',
|
|
showOrderButton: 'false',
|
|
@@ -63,7 +63,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
activated() {
|
|
activated() {
|
|
|
this.showOrderButton = this.$route.query.showOrderButton || 'false';
|
|
this.showOrderButton = this.$route.query.showOrderButton || 'false';
|
|
|
- this.tabVal = '0';
|
|
|
|
|
|
|
+ this.tabVal = '1';
|
|
|
buryingPoint({
|
|
buryingPoint({
|
|
|
systemModel: '门店列表',
|
|
systemModel: '门店列表',
|
|
|
buryingPointType: 6,
|
|
buryingPointType: 6,
|