Compare commits

...

2 Commits

Author SHA1 Message Date
HUOJIN\92525 9927d5cb16 Merge remote-tracking branch 'origin/main' 2024-11-08 14:38:56 +08:00
HUOJIN\92525 1c706b9968 no message 2024-11-08 14:37:53 +08:00
1 changed files with 1 additions and 1 deletions

View File

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