Update main.js
This commit is contained in:
parent
5d3e5eaeae
commit
a9b97bae90
|
@ -186,7 +186,13 @@ delFn(e,row){
|
||||||
handelResponse(res,(response,msg)=>{
|
handelResponse(res,(response,msg)=>{
|
||||||
Notify.clear();
|
Notify.clear();
|
||||||
Notify.success(msg);
|
Notify.success(msg);
|
||||||
self.getTableList();
|
let data = {
|
||||||
|
page:this.state.page,
|
||||||
|
limit:this.state.limit,
|
||||||
|
title:this.state.key_word
|
||||||
|
}
|
||||||
|
|
||||||
|
self.getTableList(data);
|
||||||
},(err)=>{
|
},(err)=>{
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue