Browse Source

11111

master
guoxing 1 year ago
parent
commit
6295470bb3
  1. 2
      src/views/order/allDistributionCount.vue
  2. 2
      src/views/order/distributionCount.vue
  3. 2
      src/views/order/index.vue
  4. 2
      src/views/order/subBranch.vue

2
src/views/order/allDistributionCount.vue

@ -157,7 +157,7 @@
},
created() {
this.getAllStore()
this.loadList()
// this.loadList()
},
methods: {
//绿

2
src/views/order/distributionCount.vue

@ -191,7 +191,7 @@
},
created() {
this.getAllStore()
this.loadList()
// this.loadList()
this.getBankList()
},
methods: {

2
src/views/order/index.vue

@ -182,7 +182,7 @@
},
created() {
this.getAllStore()
this.loadList()
// this.loadList()
this.getBankList()
},
methods: {

2
src/views/order/subBranch.vue

@ -171,7 +171,7 @@
},
created() {
this.getAllStore()
this.loadList()
// this.loadList()
},
methods: {

Loading…
Cancel
Save