Update list.js

This commit is contained in:
姜棚 2021-11-27 18:09:13 +08:00
parent 979b446480
commit 204ab8457d
1 changed files with 2 additions and 1 deletions

View File

@ -198,6 +198,7 @@ export default class acclist extends React.Component{
}
//作废
delFn(e,row){
let self = this
Sweetalert.confirm({
type:'warning',
closeBtn:true,
@ -208,7 +209,7 @@ export default class acclist extends React.Component{
handelResponse(res,(response,msg)=>{
Notify.clear();
Notify.success(msg);
this.getCodeListFn();
self.getCodeListFn();
},(err)=>{