소스 검색

提交一下

1
mo 4 년 전
부모
커밋
a728a44bf7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/musicalManager/index.vue

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

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