去掉loading
This commit is contained in:
@@ -52,7 +52,6 @@ export default {
|
|||||||
},
|
},
|
||||||
getList() {
|
getList() {
|
||||||
if(this.current > this.pages) return
|
if(this.current > this.pages) return
|
||||||
this.$loading()
|
|
||||||
this.$instance.post(`/app/appcourseinfo/listByApplet`, null, {
|
this.$instance.post(`/app/appcourseinfo/listByApplet`, null, {
|
||||||
params: {
|
params: {
|
||||||
current: this.current,
|
current: this.current,
|
||||||
@@ -63,7 +62,6 @@ export default {
|
|||||||
if(res?.data) {
|
if(res?.data) {
|
||||||
this.classList = this.current==1? res.data.records: [...this.classList,...res.data.records]
|
this.classList = this.current==1? res.data.records: [...this.classList,...res.data.records]
|
||||||
this.pages = res.data.pages
|
this.pages = res.data.pages
|
||||||
this.$hideLoading()
|
|
||||||
// this.classList = res.data.records
|
// this.classList = res.data.records
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user