优化
This commit is contained in:
@@ -322,10 +322,10 @@ export default {
|
|||||||
this.confirm_flg = true
|
this.confirm_flg = true
|
||||||
crudWastecchange.confirm(row).then(res => {
|
crudWastecchange.confirm(row).then(res => {
|
||||||
this.crud.notify('操作成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
this.crud.notify('操作成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||||
this.crud.toQuery()
|
this.crud.refresh()
|
||||||
this.confirm_flg = false
|
this.confirm_flg = false
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.crud.toQuery()
|
this.crud.refresh()
|
||||||
this.confirm_flg = false
|
this.confirm_flg = false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user