提交 799fecf0 作者: ZhangLingKun

Merge branch 'develop'

流水线 #8708 已通过 于阶段
in 1 分 2 秒
...@@ -14,4 +14,4 @@ patches: ...@@ -14,4 +14,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag: 8cd1382a5900ddd882b0eb1c682186a0c966bbc3 newTag: 85d96f8d17a98ded16ad78d4f1d7d88811f987d6
...@@ -63,6 +63,7 @@ const AddEditModalView: React.FC<ModalProps & { onCancel: () => void; data?: Det ...@@ -63,6 +63,7 @@ const AddEditModalView: React.FC<ModalProps & { onCancel: () => void; data?: Det
sendStatus: 1, sendStatus: 1,
}); });
if (res && res.code === '200') { if (res && res.code === '200') {
(window as any).getMessageNumber();
message.success('发货成功'); message.success('发货成功');
handleCancel(); handleCancel();
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论