no message

main
HUOJIN\92525 2024-11-08 14:37:53 +08:00
parent cbd21015f1
commit 1c706b9968
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ export default {
} }
crudPickDetail.allocatePick(ids).then(res => { crudPickDetail.allocatePick(ids).then(res => {
if (res.status = 200) { if (res.status = 200) {
this.crud.notify('分配成功!', CRUD.NOTIFICATION_TYPE.SUCCESS) this.crud.notify(res.message, CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery() this.crud.toQuery()
} else { } else {
this.crud.notify(res.message, CRUD.NOTIFICATION_TYPE.ERROR) this.crud.notify(res.message, CRUD.NOTIFICATION_TYPE.ERROR)