维护客户基本完善---加载状态

This commit is contained in:
wanyongkang
2020-11-23 17:09:35 +08:00
parent 6f166e6d88
commit de42a30448

View File

@@ -49,8 +49,10 @@ export default {
this.get()
},
get () {
this.loading = true
this.$api.get(this.$api.phpURL + 'manager/SellInfo/getAll', {sell_month: this.sell_detail_month}).then(res => {
this.retData.List = res.data
this.loading = false
})
},
dataExport () {