提交 c840babb 作者: ZhangLingKun

Merge branch 'develop'

流水线 #7669 已通过 于阶段
in 1 分 0 秒
...@@ -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: 89b10c5ef2afefb3d75cb3cb60a14aff4921ab9d newTag: b8775155722aad36c8ca24b0f05b791cb4610f7a
...@@ -102,6 +102,8 @@ export function MenuView() { ...@@ -102,6 +102,8 @@ export function MenuView() {
const brr = getItem(value)?.filter((i: any) => i?.children?.length) || []; const brr = getItem(value)?.filter((i: any) => i?.children?.length) || [];
// 设置要展示的菜单列表 // 设置要展示的菜单列表
setItems([...arr, ...brr]); setItems([...arr, ...brr]);
// 将方法挂载到全局
(window as any).getMessageNumber = getMessageNumber;
}); });
}, []); }, []);
......
...@@ -178,6 +178,7 @@ const SureOrder: FC<ModalProps & selfProps> = ({ open, onOk, onCancel, orderItem ...@@ -178,6 +178,7 @@ const SureOrder: FC<ModalProps & selfProps> = ({ open, onOk, onCancel, orderItem
orderInfoForm.resetFields(); orderInfoForm.resetFields();
contractForm.resetFields(); contractForm.resetFields();
setContractFileList([]); setContractFileList([]);
(window as any).getMessageNumber();
onOk(); onOk();
} else { } else {
message.error(msg); message.error(msg);
......
...@@ -319,6 +319,7 @@ const CustomIdentityView = () => { ...@@ -319,6 +319,7 @@ const CustomIdentityView = () => {
setEditData(undefined); setEditData(undefined);
paginationChange(pagination.current, pagination.pageSize); paginationChange(pagination.current, pagination.pageSize);
getListAppUserCount(); getListAppUserCount();
(window as any).getMessageNumber();
}} }}
/> />
{/*编辑弹窗*/} {/*编辑弹窗*/}
......
...@@ -241,6 +241,7 @@ const DynamicList = () => { ...@@ -241,6 +241,7 @@ const DynamicList = () => {
paginationChange(pagination.pageNo, pagination.pageSize); paginationChange(pagination.pageNo, pagination.pageSize);
Modal.destroyAll(); Modal.destroyAll();
getCountGambit(); getCountGambit();
(window as any).getMessageNumber();
} }
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论