浏览代码

提交一下

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)
      }