Commit 88a82a8c214f34b2ecd8a313896c2cb82112dcf1
1 parent
76ea3b9f
feat: 订货单-申请发货 点击的时候调用接口,通过了 才能进行申请发货,否则提示为什么不能申请发货
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -170,7 +170,7 @@ export default { | @@ -170,7 +170,7 @@ export default { | ||
| 170 | uni.showToast({ title: res.msg || '失败', icon: 'none' }) | 170 | uni.showToast({ title: res.msg || '失败', icon: 'none' }) |
| 171 | } | 171 | } |
| 172 | }).catch((e) => { | 172 | }).catch((e) => { |
| 173 | - uni.showToast({ title: '失败', icon: 'none' }) | 173 | + uni.showToast({ title: e.msg, icon: 'none' }) |
| 174 | }) | 174 | }) |
| 175 | }, | 175 | }, |
| 176 | onCancel() { | 176 | onCancel() { |