新增耗材入库-ai批量入库
This commit is contained in:
@@ -681,13 +681,15 @@ export default {
|
||||
shopId: this.shopInfo.id
|
||||
});
|
||||
this.trade = res;
|
||||
this.tradeLoading = false;
|
||||
this.tradeSale = res.sale;
|
||||
this.tradeVip = res.vip;
|
||||
this.tradeCount = res.count;
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
setTimeout(() => {
|
||||
this.tradeLoading = false;
|
||||
}, 500);
|
||||
},
|
||||
lineChartTypeChange(i) {
|
||||
this.lineChartType = i;
|
||||
|
||||
Reference in New Issue
Block a user