修复ESC任务删除申请资质,不刷新
This commit is contained in:
parent
c9d73ea5bf
commit
e66ec97fe8
|
@ -186,7 +186,7 @@ const handleDetele = (record) => {
|
|||
proxy.$modal.confirm('是否确认删除该项数据项?').then(function () {
|
||||
return deleteBusUserQualification(rowId)
|
||||
}).then(() => {
|
||||
getCurUserQualificationPageList();
|
||||
getBusUserQualificationPageList();
|
||||
proxy.$modal.msgSuccess("删除成功")
|
||||
}).catch(() => { })
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user