bug
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<div class="title-right">
|
<div class="title-right">
|
||||||
<div>
|
<div>
|
||||||
<label style="width:90px">统计类型:</label>
|
<label style="width:90px">统计类型:</label>
|
||||||
<el-select v-model="type" @change="currentPage = 0, isLoading = true, beforeGetList()" placeholder="请选择" size="small">
|
<el-select v-model="type" @change="beforeGetList" placeholder="请选择" size="small">
|
||||||
<el-option
|
<el-option
|
||||||
key="0"
|
key="0"
|
||||||
label="销售数据"
|
label="销售数据"
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label style="width:90px">店铺:</label>
|
<label style="width:90px">店铺:</label>
|
||||||
<el-select v-model="mallId" @change="isLoading = true, beforeGetList()" placeholder="请选择" size="small">
|
<el-select v-model="mallId" @change="beforeGetList" placeholder="请选择" size="small">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in $store.state.mallList"
|
v-for="item in $store.state.mallList"
|
||||||
:key="item.mallId"
|
:key="item.mallId"
|
||||||
@@ -220,7 +220,9 @@ import { Message } from 'element-ui'
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
beforeGetList() {
|
beforeGetList() {
|
||||||
|
this.isLoading = true
|
||||||
this.list = []
|
this.list = []
|
||||||
|
this.currentPage = 1
|
||||||
this.todayMoney = 0.0
|
this.todayMoney = 0.0
|
||||||
this.todayTotal = 0
|
this.todayTotal = 0
|
||||||
this.inventoryMoeny = 0.0
|
this.inventoryMoeny = 0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user