瀏覽代碼

音频管理 歌手

DESKTOP-O04BTUJ\muzen 2 年之前
父節點
當前提交
d764846c5c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/music/singer/index.vue

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

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