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