维护客户基本完善---加载状态
This commit is contained in:
@@ -49,8 +49,10 @@ export default {
|
|||||||
this.get()
|
this.get()
|
||||||
},
|
},
|
||||||
get () {
|
get () {
|
||||||
|
this.loading = true
|
||||||
this.$api.get(this.$api.phpURL + 'manager/SellInfo/getAll', {sell_month: this.sell_detail_month}).then(res => {
|
this.$api.get(this.$api.phpURL + 'manager/SellInfo/getAll', {sell_month: this.sell_detail_month}).then(res => {
|
||||||
this.retData.List = res.data
|
this.retData.List = res.data
|
||||||
|
this.loading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
dataExport () {
|
dataExport () {
|
||||||
|
|||||||
Reference in New Issue
Block a user