Selaa lähdekoodia

音频管理 歌手

DESKTOP-O04BTUJ\muzen 2 vuotta sitten
vanhempi
commit
d764846c5c
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/views/music/singer/index.vue

+ 2 - 0
src/views/music/singer/index.vue

@@ -92,10 +92,12 @@ export default {
   methods: {
   methods: {
     // 列表
     // 列表
     getList() {
     getList() {
+      this.loading = true
       list(this.form).then(res => {
       list(this.form).then(res => {
         if (res.code === 0) {
         if (res.code === 0) {
           this.tableData = res.data.records
           this.tableData = res.data.records
           this.total = res.data.total
           this.total = res.data.total
+          this.loading = false
         }
         }
       })
       })
     },
     },