diff --git a/src/pages/exchangecode/list/list.js b/src/pages/exchangecode/list/list.js index 32757ded..06cd1b54 100644 --- a/src/pages/exchangecode/list/list.js +++ b/src/pages/exchangecode/list/list.js @@ -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)=>{