no message
parent
cbd21015f1
commit
1c706b9968
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue