提交 c4f559ee 作者: 龚洪江

Merge remote-tracking branch 'origin/develop' into develop

...@@ -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: bc80d52fb8eb67d96bd175cff9d0f5f727a49cb0 newTag: 6df4ba719f0c3f2e23c67b665ddd20637c8f1290
...@@ -39,7 +39,8 @@ const AddOrEditAddressModal: FC<ModalProps & selfProps> = ({ ...@@ -39,7 +39,8 @@ const AddOrEditAddressModal: FC<ModalProps & selfProps> = ({
id: currentAddressItem ? currentAddressItem.id : undefined, id: currentAddressItem ? currentAddressItem.id : undefined,
}).then(({ code }) => { }).then(({ code }) => {
if (code === '200') { if (code === '200') {
message.success('新增地址成功'); const msg = currentAddressItem ? '更新地址成功' : '新增地址成功';
message.success(msg);
form.resetFields(); form.resetFields();
onOk(); onOk();
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论