Compare commits
2 Commits
3b57ce863e
...
9927d5cb16
| Author | SHA1 | Date |
|---|---|---|
|
|
9927d5cb16 | |
|
|
1c706b9968 |
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue