Browse Source

提交一下

1
mo 4 years ago
parent
commit
a728a44bf7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/musicalManager/index.vue

+ 1 - 0
src/views/musicalManager/index.vue

@@ -198,6 +198,7 @@ export default {
      try{
      try{
        const res = await getInstrument({...this.searchForm,rows:this.rules.limit,page:this.rules.page})
        const res = await getInstrument({...this.searchForm,rows:this.rules.limit,page:this.rules.page})
         this.tableList = res.data.rows
         this.tableList = res.data.rows
+        this.rules.total = res.data.total
      }catch(e){
      }catch(e){
        console.log(e)
        console.log(e)
      }
      }