Explorar o código

提交一下

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
a728a44bf7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)
      }