|
@@ -863,9 +863,6 @@ const MonthlyDataCheck: React.FC = () => {
|
|
|
const resp = await getManaIndexGroup();
|
|
|
if (resp) {
|
|
|
set_manaIndexGroups(resp);
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
if (resp.length > 0) {
|
|
|
// const titleResp = await getManaIndexTableData({ computeDate: currentComputeDate as string, groupId: resp[0].groupCode });
|
|
|
// if (titleResp) {
|
|
@@ -1114,8 +1111,6 @@ const MonthlyDataCheck: React.FC = () => {
|
|
|
|
|
|
window.addEventListener('resize',(e)=>handleResize(e)) //监听窗口大小改变
|
|
|
doResize();
|
|
|
-
|
|
|
-
|
|
|
return ()=>{
|
|
|
window.removeEventListener('resize',(e)=>handleResize(e));
|
|
|
}
|
|
@@ -1124,8 +1119,6 @@ const MonthlyDataCheck: React.FC = () => {
|
|
|
|
|
|
return (
|
|
|
<div className='MonthlyDataCheck'>
|
|
|
-
|
|
|
-
|
|
|
{
|
|
|
true && (
|
|
|
<BMSModalForm formRef={formRef} visible={editModalVisible} initialValues={isTableEdit ? { ...currentEditRecord } : {}} title={isTableEdit ? '编辑' : '新增'}
|
|
@@ -1189,7 +1182,6 @@ const MonthlyDataCheck: React.FC = () => {
|
|
|
request={async () => {
|
|
|
if (deptCode) {
|
|
|
const resp = await getHesuanUnits(deptCode);
|
|
|
-
|
|
|
if (resp) {
|
|
|
return resp.map((a: any) => ({
|
|
|
label: a.unitName, value: a.unitCode, d: a
|