Update main.js

This commit is contained in:
姜棚 2021-11-30 05:33:27 +08:00
parent 5d3e5eaeae
commit a9b97bae90
1 changed files with 7 additions and 1 deletions

View File

@ -186,7 +186,13 @@ delFn(e,row){
handelResponse(res,(response,msg)=>{
Notify.clear();
Notify.success(msg);
self.getTableList();
let data = {
page:this.state.page,
limit:this.state.limit,
title:this.state.key_word
}
self.getTableList(data);
},(err)=>{
})