This commit is contained in:
zds
2022-10-25 18:06:21 +08:00
parent 271d585266
commit 75155bceb9

View File

@@ -322,10 +322,10 @@ export default {
this.confirm_flg = true
crudWastecchange.confirm(row).then(res => {
this.crud.notify('操作成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery()
this.crud.refresh()
this.confirm_flg = false
}).catch(() => {
this.crud.toQuery()
this.crud.refresh()
this.confirm_flg = false
})
}