Compare commits
No commits in common. "9927d5cb16e2697e734beb7a3fc74d32ce95a2ba" and "3b57ce863eb9024a5bca8eab625859e04f8b022b" have entirely different histories.
9927d5cb16
...
3b57ce863e
|
|
@ -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(res.message, CRUD.NOTIFICATION_TYPE.SUCCESS)
|
this.crud.notify('分配成功!', 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