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