diff --git a/src/views/AppStoresTable.vue b/src/views/AppStoresTable.vue index e4fec75..49d3063 100644 --- a/src/views/AppStoresTable.vue +++ b/src/views/AppStoresTable.vue @@ -70,7 +70,8 @@ export default { {label: "店长姓名/电话", prop: "shopMangerName", format: v => `${v.shopMangerName}(${v.shopownerPhone})`}, ] }, - + curI: 0, + curJ: 0 } }, computed: { @@ -180,7 +181,7 @@ export default { this.$nextTick(() => this.dialog = true) } }) - } + }, }, mounted() { this.height = `${this.$el.clientHeight}px` @@ -190,14 +191,14 @@ export default {