diff --git a/src/components/DashboardLayout/HeaderUser.tsx b/src/components/DashboardLayout/HeaderUser.tsx index 4baa019bf..e9603008f 100644 --- a/src/components/DashboardLayout/HeaderUser.tsx +++ b/src/components/DashboardLayout/HeaderUser.tsx @@ -39,7 +39,7 @@ const HeaderUser: React.FC<{ const onFinish = async (val: any) => { - const path = `${apiurl.systemM.userM.updatePassword}?oldPassword=${val.oldPassword}&newPassword=${val.newPassword}`; + const path = `${apiurl.systemM.userM.updatePassword}?oldPassword=${encodeURIComponent(val.oldPassword)}&newPassword=${encodeURIComponent(val.newPassword)}`; createCrudService(path).userEdit().then((result) => { if (result?.code === 200) { message.success('修改成功,即将重新登录') @@ -47,6 +47,10 @@ const HeaderUser: React.FC<{ setTimeout(() => { logout() }, 1500); + }else{ + if(result.msg){ + message.error(result.msg) + } } }) // if(val.newSecretKey!==val.secondSecretKey){ diff --git a/src/components/Form/FileUpload/fileView.js b/src/components/Form/FileUpload/fileView.js index 5683b731b..3392b9015 100644 --- a/src/components/Form/FileUpload/fileView.js +++ b/src/components/Form/FileUpload/fileView.js @@ -84,7 +84,7 @@ const FileView = ({mode, fileList, setFileList}) => { } })() } - {file.name} + {file.name}
{ deleteFile(file.response?.data?.fileId) diff --git a/src/models/auth/_.ts b/src/models/auth/_.ts index 6653f4f5c..b49cdb980 100644 --- a/src/models/auth/_.ts +++ b/src/models/auth/_.ts @@ -175,441 +175,451 @@ export function loadRole(data: any) { export async function loadMenu(): Promise { - // await wait(200) - // const { code, data } = await xyt_httpget2(apiurl.xytlogin.role) - // if( code!== 200){ - // message.error('获取用户权限失败') - // return [] - // } - // //获取到菜单后遍历 - // const id = idgen() - // // handelTreeData(data,id) - // const tree = buildTree(data,0) - // const tree2 = tree?.filter((item:any) =>(item.menuId != "1" && item.menuId != "2" && item.menuId != "3")) - // handelTreeData(tree2,id) - // return tree2 - - + await wait(200) + const { code, data } = await xyt_httpget2(apiurl.xytlogin.role) + if( code!== 200){ + message.error('获取用户权限失败') + return [] + } + //获取到菜单后遍历 const id = idgen() - return [ - { id: id(), title: '水库一张图', path: '/mgr/home', icon: 'yzt' }, - { - id: id(), title: '四全', redirect: '/mgr/sq/qfg/zcdjxx', icon: 'sz', - children: [ - { - id: id(), title: '全覆盖', redirect: '/mgr/sq/qfg/zcdjxx', - children: [ - { id: id(), title: '注册登记信息', path: '/mgr/sq/qfg/zcdjxx' }, - ] - }, - { - id: id(), title: '全要素', redirect: '/mgr/sq/qys/kqys', - children: [ - { id: id(), title: '库区要素', path: '/mgr/sq/qys/kqys' }, - { id: id(), title: '工程要素', path: '/mgr/sq/qys/gcys' }, - { id: id(), title: '下游要素', path: '/mgr/sq/qys/xyys' }, + // handelTreeData(data,id) + const tree = buildTree(data,0) + const tree2 = tree?.filter((item:any) =>(item.menuId != "1" && item.menuId != "2" && item.menuId != "3")) + handelTreeData(tree2,id) + return tree2 - ] - }, - { id: id(), title: '全天候', redirect: '/mgr/sq/qth/sksq', - children: [ - { id: id(), title: '水库水情', path: '/mgr/sq/qth/sksq'}, - { id: id(), title: '河道水情', path: '/mgr/sq/qth/hdsq'}, - { id: id(), title: '实时雨情', path: '/mgr/sq/qth/ssyq'}, - { id: id(), title: '土壤墒情', path: '/mgr/sq/qth/trsq'}, - { id: id(), title: '水库溢洪', path: '/mgr/sq/qth/skyh'}, - // { id: id(), title: '大坝安全监测', path: '/mgr/sq/qth/dbaqjc'}, - { id: id(), title: '视频监控', path: '/mgr/sq/qth/spjk'}, - ] - }, - { id: id(), title: '全周期', redirect: '/mgr/sq/qzq/gcdsj', - children: [ - { id: id(), title: '工程大事记', path: '/mgr/sq/qzq/gcdsj'}, - { id: id(), title: '全周期档案', path: '/mgr/sq/qys/qzqda'}, - ] - }, + + // const id = idgen() + // return [ + // { id: id(), title: '水库一张图', path: '/mgr/home', icon: 'yzt' }, + // { + // id: id(), title: '四全', redirect: '/mgr/sq/qfg/zcdjxx', icon: 'sz', + // children: [ + // { + // id: id(), title: '全覆盖', redirect: '/mgr/sq/qfg/zcdjxx', + // children: [ + // { id: id(), title: '注册登记信息', path: '/mgr/sq/qfg/zcdjxx' }, + // ] + // }, + // { + // id: id(), title: '全要素', redirect: '/mgr/sq/qys/kqys', + // children: [ + // { id: id(), title: '库区要素', path: '/mgr/sq/qys/kqys' }, + // { id: id(), title: '工程要素', path: '/mgr/sq/qys/gcys' }, + // { id: id(), title: '下游要素', path: '/mgr/sq/qys/xyys' }, + + // ] + // }, + // { + // id: id(), title: '全天候', redirect: '/mgr/sq/qth/sksq', children: [ + // { id: id(), title: '水库水情', path: '/mgr/sq/qth/sksq'}, + // { id: id(), title: '河道水情', path: '/mgr/sq/qth/hdsq'}, + // { id: id(), title: '实时雨情', path: '/mgr/sq/qth/ssyq'}, + // { id: id(), title: '土壤墒情', path: '/mgr/sq/qth/trsq'}, + // { id: id(), title: '水库溢洪', path: '/mgr/sq/qth/skyh'}, + // // { id: id(), title: '大坝安全监测', path: '/mgr/sq/qth/dbaqjc'}, + // { id: id(), title: '视频监控', path: '/mgr/sq/qth/spjk'}, + // ] + // }, + // { id: id(), title: '全周期', redirect: '/mgr/sq/qzq/gcdsj', + // children: [ + // { id: id(), title: '工程大事记', path: '/mgr/sq/qzq/gcdsj'}, + // { id: id(), title: '全周期档案', path: '/mgr/sq/qys/qzqda'}, + // ] + // }, - ] - }, - { - id: id(), title: '四制', redirect: '/mgr/sz/gltx/zzjgck', icon: 'sz', - children: [ - { - id: id(), title: '管理体系', redirect: '/mgr/sz/gltx/zzjgck', - children: [ - { - id: id(), title: '组织机构查看', path: '/mgr/sz/gltx/zzjgck', - }, - { - id: id(), title: '责任人管理', path: '/mgr/sz/gltx/zrrgl', - } - ] - }, - { - id: id(), title: '培训管理', redirect: '/mgr/sz/pxgl/pxjhgl', - children: [ - { - id: id(), title: '培训计划管理', path: '/mgr/sz/pxgl/pxjhgl', - }, - { - id: id(), title: '培训记录管理', path: '/mgr/sz/pxgl/pxjlgl', - }, - ] - }, + // ] + // }, + // { + // id: id(), title: '四制', redirect: '/mgr/sz/gltx/zzjgck', icon: 'sz', + // children: [ + // { + // id: id(), title: '管理体系', redirect: '/mgr/sz/gltx/zzjgck', + // children: [ + // { + // id: id(), title: '组织机构查看', path: '/mgr/sz/gltx/zzjgck', + // }, + // { + // id: id(), title: '责任人管理', path: '/mgr/sz/gltx/zrrgl', + // } + // ] + // }, + // { + // id: id(), title: '培训管理', redirect: '/mgr/sz/pxgl/pxjhgl', + // children: [ + // { + // id: id(), title: '培训计划管理', path: '/mgr/sz/pxgl/pxjhgl', + // }, + // { + // id: id(), title: '培训记录管理', path: '/mgr/sz/pxgl/pxjlgl', + // }, + // ] + // }, - { - id: id(), title: '水政执法', redirect: '/mgr/sz/szzf/ajdj', - children: [ - { - id: id(), title: '案件登记', path: '/mgr/sz/szzf/ajdj', - }, - { - id: id(), title: '案件统计', path: '/mgr/sz/szzf/ajtj', - }, - { - id: id(), title: '处理依据', path: '/mgr/sz/szzf/clyj', - } - ] - }, - { - id: id(), title: '监督考核', redirect: '/mgr/sz/jdkh/khtj', - children: [ - { - id: id(), title: '考核统计', path: '/mgr/sz/jdkh/khtj', - }, - { - id: id(), title: '考核任务管理', path: '/mgr/sz/jdkh/khrwgl', - }, - { - id: id(), title: '考核问题整改', path: '/mgr/sz/jdkh/khwtzg', - }, - { - id: id(), title: '考核指标管理', path: '/mgr/sz/jdkh/khzbgl', - }, - { - id: id(), title: '考核模板管理', path: '/mgr/sz/jdkh/khmbgl', - } - ] - }, - { id: id(), title: '制度管理', path: '/mgr/sz/zdgl' }, - { id: id(), title: '法律法规', path: '/mgr/sz/flfg' }, - { - id: id(), title: '知识库', redirect: '/mgr/sz/zsk/ddfa', - children: [ - { - id: id(), title: '调度方案库', path: '/mgr/sz/zsk/ddfa', - }, - { - id: id(), title: '业务规则库', path: '/mgr/sz/zsk/ywgz', - }, - { - id: id(), title: '工程安全知识库', path: '/mgr/sz/zsk/gcaq', - }, - ] - }, + // { + // id: id(), title: '水政执法', redirect: '/mgr/sz/szzf/ajdj', + // children: [ + // { + // id: id(), title: '案件登记', path: '/mgr/sz/szzf/ajdj', + // }, + // { + // id: id(), title: '案件统计', path: '/mgr/sz/szzf/ajtj', + // }, + // { + // id: id(), title: '处理依据', path: '/mgr/sz/szzf/clyj', + // } + // ] + // }, + // { + // id: id(), title: '监督考核', redirect: '/mgr/sz/jdkh/khtj', + // children: [ + // { + // id: id(), title: '考核统计', path: '/mgr/sz/jdkh/khtj', + // }, + // { + // id: id(), title: '考核任务管理', path: '/mgr/sz/jdkh/khrwgl', + // }, + // { + // id: id(), title: '考核问题整改', path: '/mgr/sz/jdkh/khwtzg', + // }, + // { + // id: id(), title: '考核指标管理', path: '/mgr/sz/jdkh/khzbgl', + // }, + // { + // id: id(), title: '考核模板管理', path: '/mgr/sz/jdkh/khmbgl', + // } + // ] + // }, + // { id: id(), title: '制度管理', path: '/mgr/sz/zdgl' }, + // { id: id(), title: '法律法规', path: '/mgr/sz/flfg' }, + // { + // id: id(), title: '知识库', redirect: '/mgr/sz/zsk/ddfa', + // children: [ + // { + // id: id(), title: '调度方案库', path: '/mgr/sz/zsk/ddfa', + // }, + // { + // id: id(), title: '业务规则库', path: '/mgr/sz/zsk/ywgz', + // }, + // { + // id: id(), title: '工程安全知识库', path: '/mgr/sz/zsk/gcaq', + // }, + // ] + // }, - ] - }, - { - id: id(), title: '四预', redirect: '/mgr/sy/fhxzfx', icon: 'sz', - children: [ - { id: id(), title: '防洪形势', path: '/mgr/sy/fhxzfx' }, - { id: id(), title: '天气预报', path: '/mgr/sy/tqyb' }, - { - id: id(), title: '洪水预报', redirect: '/mgr/sy/hsyb/hyybjs', - children: [ - { id: id(), title: '洪水预报计算', path: '/mgr/sy/hsyb/hyybjs' }, - { id: id(), title: '预报方案管理', path: '/mgr/sy/hsyb/ybfagl' }, - { id: id(), title: '参数管理', path: '/mgr/sy/hsyb/csgl' }, - ] - }, - { id: id(), title: '洪水预演', path: '/mgr/sy/hsyy' }, - { id: id(), title: '防汛预案', path: '/mgr/sy/fxya' }, - { id: id(), title: '调度规程', path: '/mgr/sy/ddgc' }, - { - id: id(), - title: '抢险物料', - path: '/mgr/sy/qxwl', - }, - { - id: id(), - title: '抢险队伍', - path: '/mgr/sy/qxdw', - }, - ], - }, - { - id: id(), title: '四管', redirect: '/mgr/sg/xcxj/xcrw', icon: 'sz', - children: [ - { - id: id(), title: '巡查巡检', redirect: '/mgr/sg/xcxj/xcrw', - children: [ - { id: id(), title: '巡检任务', path: '/mgr/sg/xcxj/xcrw' }, - { id: id(), title: '巡检问题处理', path: '/mgr/sg/xcxj/xjwtcl' }, - { id: id(), title: '巡检项配置', path: '/mgr/sg/xcxj/xjxpz' }, - ] - }, - { - id: id(), title: '安全管理', redirect: '/mgr/sg/aqgl/fxgkqd', - children: [ - { id: id(), title: '风险管控清单', path: '/mgr/sg/aqgl/fxgkqd' }, - { id: id(), title: '安全隐患排查', path: '/mgr/sg/aqgl/aqyhpc' }, - { id: id(), title: '安全检查管理', path: '/mgr/sg/aqgl/aqjcgl' }, - { id: id(), title: '安全事故登记', path: '/mgr/sg/aqgl/aqsgdj' }, - { id: id(), title: '安全鉴定台帐', path: '/mgr/sg/aqgl/aqjdtz' }, - { id: id(), title: '除险加固台帐', path: '/mgr/sg/aqgl/cxjgtz' }, - ] - }, - { - id: id(), title: '白蚁防治', redirect: '/mgr/sg/byfz/bypc', - children: [ - { id: id(), title: '白蚁监测', path: '/mgr/sg/byfz/bypc' }, - { id: id(), title: '防治宣传', path: '/mgr/sg/byfz/byxc' }, - ] - }, - { - id: id(), title: '闸门监控', path: '/mgr/sg/zmjk', - }, - { - id: id(), title: '维修养护', path: '/mgr/sg/wxyh', - }, - // { - // id: id(), title: '库容管理', path: '/mgr/sg/krgl', - // }, - { - id: id(), title: '值班管理', redirect: '/mgr/sg/zbgl/zbb', - children: [ - { id: id(), title: '值班表', path: '/mgr/sg/zbgl/zbb' }, - { id: id(), title: '值班日志', path: '/mgr/sg/zbgl/zbrz' }, - ] - }, - { - id: id(), title: '报表管理', redirect: '/mgr/sg/btbb/sdjyrbb', - children: [ - { id: id(), title: '时段降雨日报表', path: '/mgr/sg/btbb/sdjyrbb' }, - { id: id(), title: '日降雨量年报表', path: '/mgr/sg/btbb/rjylnbb' }, - { id: id(), title: '时段水位日报表', path: '/mgr/sg/btbb/sdswbb' }, - { id: id(), title: '日均水位年报表', path: '/mgr/sg/btbb/rjswbb' }, - ] - }, - { - id: id(), title: '告警管理', redirect: '/mgr/sg/gjgl/aigj', - children: [ - { id: id(), title: 'AI告警', path: '/mgr/sg/gjgl/aigj' }, - { id: id(), title: '广播预警', path: '/mgr/sg/gjgl/gbyj' }, - ] - }, - ], - }, - { - id: id(), title: '工程安全监测', redirect: '/mgr/gcaqjc/gcaqyj/bzt', icon: 'xtgl', - children: [ - { - id: id(), title: '布置图', path: '/mgr/gcaqjc/gcaqyj/bzt', - }, - { - id: id(), title: '工程安全分析', redirect: '/mgr/gcaqjc/gcaqfx/jrx', - children: [ - { id: id(), title: '浸润线', path: '/mgr/gcaqjc/gcaqfx/jrx' }, - ] - }, - { - id: id(), title: '工程安全预警', redirect: '/mgr/gcaqjc/gcaqyj/yhyj', - children: [ - { id: id(), title: '隐患预警', path: '/mgr/gcaqjc/gcaqyj/yhyj' }, - { id: id(), title: '预警规则配置', path: '/mgr/gcaqjc/gcaqyj/yjgzpz' }, - ] - }, - { - id: id(), title: '数据统计查询', redirect: '/mgr/gcaqjc/sjtjcx/czcx', - children: [ - { id: id(), title: '人工监测数据录入 ', path: '/mgr/gcaqjc/sjtjcx/sjlr' }, - { id: id(), title: '测值查询', path: '/mgr/gcaqjc/sjtjcx/czcx' }, - { id: id(), title: '渗压监测', path: '/mgr/gcaqjc/sjtjcx/syjx' }, - { id: id(), title: '渗流监测 ', path: '/mgr/gcaqjc/sjtjcx/sljx' }, - { id: id(), title: '位移监测 ', path: '/mgr/gcaqjc/sjtjcx/wyjx' }, - { id: id(), title: '年度渗压统计表', path: '/mgr/gcaqjc/sjtjcx/ndsytjb' }, - { id: id(), title: '年度渗流统计表', path: '/mgr/gcaqjc/sjtjcx/ndsltjb' }, - { id: id(), title: '年度位移统计表', path: '/mgr/gcaqjc/sjtjcx/ndwytjb' }, - ] - }, - ], - }, - { - id: id(), title: '水资源调度', redirect: '/mgr/szydd/gsnlfx', icon: 'aqjc', - children: [ - { - id: id(), title: '供水能力分析', path: '/mgr/szydd/gsnlfx', - }, - { - id: id(), title: '调度记录', path: '/mgr/szydd/diaodu', - }, - { - id: id(), title: '供水统计分析', path: '/mgr/szydd/gstjfx', - }, - { - id: id(), title: '典型年降雨资料', path: '/mgr/szydd/dxnjyzl', - }, - { - id: id(), title: '水库蒸发资料', path: '/mgr/szydd/skzfzl', - }, - ] - }, + // ] + // }, + // { + // id: id(), title: '四预', redirect: '/mgr/sy/fhxzfx', icon: 'sz', + // children: [ + // { id: id(), title: '防洪形势', path: '/mgr/sy/fhxzfx' }, + // { id: id(), title: '天气预报', path: '/mgr/sy/tqyb' }, + // { + // id: id(), title: '洪水预报', redirect: '/mgr/sy/hsyb/hyybjs', + // children: [ + // { id: id(), title: '洪水预报计算', path: '/mgr/sy/hsyb/hyybjs' }, + // { id: id(), title: '预报方案管理', path: '/mgr/sy/hsyb/ybfagl' }, + // { id: id(), title: '参数管理', path: '/mgr/sy/hsyb/csgl' }, + // ] + // }, + // { id: id(), title: '洪水预演', path: '/mgr/sy/hsyy' }, + // { id: id(), title: '防汛预案', path: '/mgr/sy/fxya' }, + // { id: id(), title: '调度规程', path: '/mgr/sy/ddgc' }, + // { + // id: id(), + // title: '抢险物料', + // path: '/mgr/sy/qxwl', + // }, + // { + // id: id(), + // title: '抢险队伍', + // path: '/mgr/sy/qxdw', + // }, + // ], + // }, + // { + // id: id(), title: '四管', redirect: '/mgr/sg/xcxj/xcrw', icon: 'sz', + // children: [ + // { + // id: id(), title: '巡查巡检', redirect: '/mgr/sg/xcxj/xcrw', + // children: [ + // { id: id(), title: '巡检任务', path: '/mgr/sg/xcxj/xcrw' }, + // { id: id(), title: '巡检问题处理', path: '/mgr/sg/xcxj/xjwtcl' }, + // { id: id(), title: '巡检项配置', path: '/mgr/sg/xcxj/xjxpz' }, + // ] + // }, + // { + // id: id(), title: '安全管理', redirect: '/mgr/sg/aqgl/fxgkqd', + // children: [ + // { id: id(), title: '风险管控清单', path: '/mgr/sg/aqgl/fxgkqd' }, + // { id: id(), title: '安全隐患排查', path: '/mgr/sg/aqgl/aqyhpc' }, + // { id: id(), title: '安全检查管理', path: '/mgr/sg/aqgl/aqjcgl' }, + // { id: id(), title: '安全事故登记', path: '/mgr/sg/aqgl/aqsgdj' }, + // { id: id(), title: '安全鉴定台帐', path: '/mgr/sg/aqgl/aqjdtz' }, + // { id: id(), title: '除险加固台帐', path: '/mgr/sg/aqgl/cxjgtz' }, + // ] + // }, + // { + // id: id(), title: '白蚁防治', redirect: '/mgr/sg/byfz/bypc', + // children: [ + // { id: id(), title: '白蚁监测', path: '/mgr/sg/byfz/bypc' }, + // { id: id(), title: '防治宣传', path: '/mgr/sg/byfz/byxc' }, + // ] + // }, + // { + // id: id(), title: '闸门监控', path: '/mgr/sg/zmjk', + // }, + // { + // id: id(), title: '维修养护', path: '/mgr/sg/wxyh', + // }, + // // { + // // id: id(), title: '库容管理', path: '/mgr/sg/krgl', + // // }, + // { + // id: id(), title: '值班管理', redirect: '/mgr/sg/zbgl/zbb', + // children: [ + // { id: id(), title: '值班表', path: '/mgr/sg/zbgl/zbb' }, + // { id: id(), title: '值班日志', path: '/mgr/sg/zbgl/zbrz' }, + // ] + // }, + // { + // id: id(), title: '报表管理', redirect: '/mgr/sg/btbb/sdjyrbb', + // children: [ + // { id: id(), title: '时段降雨日报表', path: '/mgr/sg/btbb/sdjyrbb' }, + // { id: id(), title: '日降雨量年报表', path: '/mgr/sg/btbb/rjylnbb' }, + // { id: id(), title: '时段水位日报表', path: '/mgr/sg/btbb/sdswbb' }, + // { id: id(), title: '日均水位年报表', path: '/mgr/sg/btbb/rjswbb' }, + // ] + // }, + // { + // id: id(), title: '告警管理', redirect: '/mgr/sg/gjgl/aigj', + // children: [ + // { id: id(), title: 'AI告警', path: '/mgr/sg/gjgl/aigj' }, + // { id: id(), title: '广播预警', path: '/mgr/sg/gjgl/gbyj' }, + // ] + // }, + // ], + // }, + // { + // id: id(), title: '工程安全监测', redirect: '/mgr/gcaqjc/gcaqyj/bzt', icon: 'xtgl', + // children: [ + // { + // id: id(), title: '布置图', path: '/mgr/gcaqjc/gcaqyj/bzt', + // }, + // { + // id: id(), title: '工程安全分析', redirect: '/mgr/gcaqjc/gcaqfx/jrx', + // children: [ + // { id: id(), title: '浸润线', path: '/mgr/gcaqjc/gcaqfx/jrx' }, + // ] + // }, + // { + // id: id(), title: '工程安全预警', redirect: '/mgr/gcaqjc/gcaqyj/yhyj', + // children: [ + // { id: id(), title: '隐患预警', path: '/mgr/gcaqjc/gcaqyj/yhyj' }, + // { id: id(), title: '预警规则配置', path: '/mgr/gcaqjc/gcaqyj/yjgzpz' }, + // ] + // }, + // { + // id: id(), title: '数据统计查询', redirect: '/mgr/gcaqjc/sjtjcx/czcx', + // children: [ + // { id: id(), title: '人工监测数据录入 ', path: '/mgr/gcaqjc/sjtjcx/sjlr' }, + // { id: id(), title: '测值查询', path: '/mgr/gcaqjc/sjtjcx/czcx' }, + // { id: id(), title: '渗压监测', path: '/mgr/gcaqjc/sjtjcx/syjx' }, + // { id: id(), title: '渗流监测 ', path: '/mgr/gcaqjc/sjtjcx/sljx' }, + // { id: id(), title: '位移监测 ', path: '/mgr/gcaqjc/sjtjcx/wyjx' }, + // { id: id(), title: '年度渗压统计表', path: '/mgr/gcaqjc/sjtjcx/ndsytjb' }, + // { id: id(), title: '年度渗流统计表', path: '/mgr/gcaqjc/sjtjcx/ndsltjb' }, + // { id: id(), title: '年度位移统计表', path: '/mgr/gcaqjc/sjtjcx/ndwytjb' }, + // ] + // }, + // ], + // }, + // { + // id: id(), title: '水资源调度', redirect: '/mgr/szydd/gsnlfx', icon: 'aqjc', + // children: [ + // { + // id: id(), title: '供水能力分析', path: '/mgr/szydd/gsnlfx', + // }, + // { + // id: id(), title: '调度记录', path: '/mgr/szydd/diaodu', + // }, + // { + // id: id(), title: '供水统计分析', path: '/mgr/szydd/gstjfx', + // }, + // { + // id: id(), title: '典型年降雨资料', path: '/mgr/szydd/dxnjyzl', + // }, + // { + // id: id(), title: '水库蒸发资料', path: '/mgr/szydd/skzfzl', + // }, + // ] + // }, + // { + // id: id(), title: '系统管理', redirect: '/mgr/sys/user', icon: 'aqjc', + // children: [ + // { id: id(), title: '用户管理', path: '/mgr/sys/user' }, + // { id: id(), title: '部门管理', path: '/mgr/sys/department' }, + // { id: id(), title: '角色管理', path: '/mgr/sys/role' }, + // { id: id(), title: '菜单管理', path: '/mgr/sys/menuM' }, + // { id: id(), title: '登录日志', path: '/mgr/sys/loginLog' }, + // ] + // }, - // { id: id(), title: '基本情况', path: '/mgr/home', icon: 'jbqk' }, - // { - // id: id(), - // title: '防汛调度', - // redirect: '/mgr/fxzb/fhxs', - // icon: 'fxzb', - // children: [ - // { id: id(), title: '防洪形势', path: '/mgr/fxzb/fhxs'}, - // { id: id(), title: '天气预报', path: '/mgr/fxzb/tqyb'}, - // { - // id: id(), title: '洪水预报', redirect: '/mgr/fxzb/hsyb/hyybjs', - // children: [ - // { id: id(), title: '洪水预报计算', path: '/mgr/fxzb/hsyb/hyybjs' }, - // { id: id(), title: '预报方案管理', path: '/mgr/fxzb/hsyb/ybfagl' }, - // { id: id(), title: '参数管理', path: '/mgr/fxzb/hsyb/csgl' }, - // ] - // }, - // { id: id(), title: '调度规程', path: '/mgr/fxzb/ddgc'}, - // { id: id(), title: '防汛预案', path: '/mgr/fxzb/fxya'}, - // { - // id: id(), - // title: '抢险物料', - // path: '/mgr/fxzb/qxwl', - // }, - // { - // id: id(), - // title: '抢险队伍', - // path: '/mgr/fxzb/qxdw', - // }, - // ], - // }, - // { - // id: id(), - // title: '工程安全监测', - // redirect: '/mgr/gcaqjc/gcaqyj/bzt', - // icon: 'fxzb', - // children: [ - // { id: id(), title: '布置图', path: '/mgr/gcaqjc/gcaqyj/bzt' }, - // { - // id: id(), title: '工程安全预警', redirect: '/mgr/gcaqjc/gcaqyj/yhyj', - // children: [ - // { id: id(), title: '隐患预警', path: '/mgr/gcaqjc/gcaqyj/yhyj' }, - // { id: id(), title: '预警规则配置', path: '/mgr/gcaqjc/gcaqyj/yjgzpz' }, + // // { id: id(), title: '基本情况', path: '/mgr/home', icon: 'jbqk' }, + // // { + // // id: id(), + // // title: '防汛调度', + // // redirect: '/mgr/fxzb/fhxs', + // // icon: 'fxzb', + // // children: [ + // // { id: id(), title: '防洪形势', path: '/mgr/fxzb/fhxs'}, + // // { id: id(), title: '天气预报', path: '/mgr/fxzb/tqyb'}, + // // { + // // id: id(), title: '洪水预报', redirect: '/mgr/fxzb/hsyb/hyybjs', + // // children: [ + // // { id: id(), title: '洪水预报计算', path: '/mgr/fxzb/hsyb/hyybjs' }, + // // { id: id(), title: '预报方案管理', path: '/mgr/fxzb/hsyb/ybfagl' }, + // // { id: id(), title: '参数管理', path: '/mgr/fxzb/hsyb/csgl' }, + // // ] + // // }, + // // { id: id(), title: '调度规程', path: '/mgr/fxzb/ddgc'}, + // // { id: id(), title: '防汛预案', path: '/mgr/fxzb/fxya'}, + // // { + // // id: id(), + // // title: '抢险物料', + // // path: '/mgr/fxzb/qxwl', + // // }, + // // { + // // id: id(), + // // title: '抢险队伍', + // // path: '/mgr/fxzb/qxdw', + // // }, + // // ], + // // }, + // // { + // // id: id(), + // // title: '工程安全监测', + // // redirect: '/mgr/gcaqjc/gcaqyj/bzt', + // // icon: 'fxzb', + // // children: [ + // // { id: id(), title: '布置图', path: '/mgr/gcaqjc/gcaqyj/bzt' }, + // // { + // // id: id(), title: '工程安全预警', redirect: '/mgr/gcaqjc/gcaqyj/yhyj', + // // children: [ + // // { id: id(), title: '隐患预警', path: '/mgr/gcaqjc/gcaqyj/yhyj' }, + // // { id: id(), title: '预警规则配置', path: '/mgr/gcaqjc/gcaqyj/yjgzpz' }, - // ] - // }, - // { - // id: id(), title: '工程安全分析', redirect: '/mgr/gcaqjc/gcaqfx/jrx', - // children: [ - // { id: id(), title: '浸润线', path: '/mgr/gcaqjc/gcaqfx/jrx' }, + // // ] + // // }, + // // { + // // id: id(), title: '工程安全分析', redirect: '/mgr/gcaqjc/gcaqfx/jrx', + // // children: [ + // // { id: id(), title: '浸润线', path: '/mgr/gcaqjc/gcaqfx/jrx' }, - // ] - // }, - // { - // id: id(), title: '数据统计查询', redirect: '/mgr/gcaqjc/sjtjcx/sljx', - // children: [ - // { id: id(), title: '测值查询', path: '/mgr/gcaqjc/sjtjcx/czcx' }, - // { id: id(), title: '渗压监测', path: '/mgr/gcaqjc/sjtjcx/syjx' }, - // { id: id(), title: '渗流监测', path: '/mgr/gcaqjc/sjtjcx/sljx' }, - // { id: id(), title: '位移监测', path: '/mgr/gcaqjc/sjtjcx/wyjx' }, - // { id: id(), title: '年度渗压统计表', path: '/mgr/gcaqjc/sjtjcx/ndsytjb' }, - // { id: id(), title: '年度渗流统计表', path: '/mgr/gcaqjc/sjtjcx/ndsltjb' }, - // { id: id(), title: '年度位移统计表', path: '/mgr/gcaqjc/sjtjcx/ndwytjb' }, + // // ] + // // }, + // // { + // // id: id(), title: '数据统计查询', redirect: '/mgr/gcaqjc/sjtjcx/sljx', + // // children: [ + // // { id: id(), title: '测值查询', path: '/mgr/gcaqjc/sjtjcx/czcx' }, + // // { id: id(), title: '渗压监测', path: '/mgr/gcaqjc/sjtjcx/syjx' }, + // // { id: id(), title: '渗流监测', path: '/mgr/gcaqjc/sjtjcx/sljx' }, + // // { id: id(), title: '位移监测', path: '/mgr/gcaqjc/sjtjcx/wyjx' }, + // // { id: id(), title: '年度渗压统计表', path: '/mgr/gcaqjc/sjtjcx/ndsytjb' }, + // // { id: id(), title: '年度渗流统计表', path: '/mgr/gcaqjc/sjtjcx/ndsltjb' }, + // // { id: id(), title: '年度位移统计表', path: '/mgr/gcaqjc/sjtjcx/ndwytjb' }, - // ] - // }, + // // ] + // // }, - // ], - // }, - // { - // id: id(), - // title: '日常管理', - // redirect: '/mgr/rcgl/gcdsj', - // icon: 'fxzb', - // children: [ - // { - // id: id(), - // title: '工程大事件', - // path: '/mgr/rcgl/gcdsj', - // }, - // { - // id: id(), title: '值班管理', redirect: '/mgr/rcgl/zbgl/zbb', - // children: [ - // { id: id(), title: '值班表', path: '/mgr/rcgl/zbgl/zbb' }, - // { id: id(), title: '值班日志', path: '/mgr/rcgl/zbgl/zbrz' }, + // // ], + // // }, + // // { + // // id: id(), + // // title: '日常管理', + // // redirect: '/mgr/rcgl/gcdsj', + // // icon: 'fxzb', + // // children: [ + // // { + // // id: id(), + // // title: '工程大事件', + // // path: '/mgr/rcgl/gcdsj', + // // }, + // // { + // // id: id(), title: '值班管理', redirect: '/mgr/rcgl/zbgl/zbb', + // // children: [ + // // { id: id(), title: '值班表', path: '/mgr/rcgl/zbgl/zbb' }, + // // { id: id(), title: '值班日志', path: '/mgr/rcgl/zbgl/zbrz' }, - // ] - // }, - // { - // id: id(), - // title: '水质整编', - // path: '/mgr/rcgl/szzb', - // }, - // { - // id: id(), - // title: '生态流量监控', - // path: '/mgr/rcgl/stlljc', - // }, - // ], - // }, { - // id: id(), - // title: '供水兴利', - // redirect: '/mgr/gsxl/zfzl', - // icon: 'fxzb', - // children: [ - // { - // id: id(), - // title: '闸阀总览', - // path: '/mgr/gsxl/zfzl', - // }, - // { - // id: id(), - // title: '闸阀监控', - // path: '/mgr/gsxl/zfjk', - // }, - // { - // id: id(), - // title: '供水统计分析', - // path: '/mgr/gsxl/gstjfx', - // }, - // { - // id: id(), - // title: '典型年降雨资料', - // path: '/mgr/gsxl/dxnjyzl', - // }, - // ], - // }, - // { - // id: id(), - // title: '视频监控', - // redirect: '/mgr/spjk/spjk', - // icon: 'spjk', - // children: [ - // { - // id: id(), - // title: '视频监控', - // path: '/mgr/spjk/spjk', - // }, - // { - // id: id(), - // title: 'AI告警', - // path: '/mgr/spjk/aiWarn', - // }, - // ], - // }, - // { - // id: id(), - // title: '数字孪生大屏', - // path: '/', - // icon: 'spjk' - // }, - ] + // // ] + // // }, + // // { + // // id: id(), + // // title: '水质整编', + // // path: '/mgr/rcgl/szzb', + // // }, + // // { + // // id: id(), + // // title: '生态流量监控', + // // path: '/mgr/rcgl/stlljc', + // // }, + // // ], + // // }, { + // // id: id(), + // // title: '供水兴利', + // // redirect: '/mgr/gsxl/zfzl', + // // icon: 'fxzb', + // // children: [ + // // { + // // id: id(), + // // title: '闸阀总览', + // // path: '/mgr/gsxl/zfzl', + // // }, + // // { + // // id: id(), + // // title: '闸阀监控', + // // path: '/mgr/gsxl/zfjk', + // // }, + // // { + // // id: id(), + // // title: '供水统计分析', + // // path: '/mgr/gsxl/gstjfx', + // // }, + // // { + // // id: id(), + // // title: '典型年降雨资料', + // // path: '/mgr/gsxl/dxnjyzl', + // // }, + // // ], + // // }, + // // { + // // id: id(), + // // title: '视频监控', + // // redirect: '/mgr/spjk/spjk', + // // icon: 'spjk', + // // children: [ + // // { + // // id: id(), + // // title: '视频监控', + // // path: '/mgr/spjk/spjk', + // // }, + // // { + // // id: id(), + // // title: 'AI告警', + // // path: '/mgr/spjk/aiWarn', + // // }, + // // ], + // // }, + // // { + // // id: id(), + // // title: '数字孪生大屏', + // // path: '/', + // // icon: 'spjk' + // // }, + // ] } export function defaultHomePage() { diff --git a/src/setupProxy.js b/src/setupProxy.js index 3569ef980..79d9d1688 100644 --- a/src/setupProxy.js +++ b/src/setupProxy.js @@ -5,8 +5,8 @@ module.exports = function (app) { app.use( '/gunshiApp', createProxyMiddleware({ - target: 'http://local.gunshiiot.com:18083/',//测试 - // target: 'http://223.75.53.141:83/',//测试 + // target: 'http://local.gunshiiot.com:18083/',//测试 + target: 'http://223.75.53.141:83/',//正式 // target: 'http://192.168.66.199:24105/',//正式 // target: 'http://36.139.207.50:18083/',//移动云 // target: 'http://192.168.66.49:24105/',//移动云 diff --git a/src/utils/request.js b/src/utils/request.js index 630a783fd..985c2b7fa 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -66,6 +66,55 @@ export function xyt_httpput(url, data = {}) { return send(url, options); } +export function xyt_httpput1(url, data = {}) { + const options = { + method: 'PUT', + headers: { + 'Content-Type': 'application/json', + 'adcd': localStorage.getItem('ADCD6'), + "authorization":"Bearer" + ' ' + localStorage.getItem('access_token') + }, + body: JSON.stringify(data), + }; + + return send(url, options); +} + +export function qzc_xyt_httppost(url, data = {}) { + const options = { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + "cookie":'Token=' + localStorage.getItem('access_token'), + "dataScope":"CUSTOM_WATERSHED", + "customWatershedCode":localStorage.getItem('customWatershedCode'), + "SHOW_LOADING": true, + "authorization":"Bearer" + ' ' + localStorage.getItem('access_token') + }, + body: JSON.stringify(data), + }; + + return send(url, options); +} + +export function qzc_xyt_httpput(url, data = {}) { + const options = { + method: 'PUT', + headers: { + 'Content-Type': 'application/json', + "cookie":'Token=' + localStorage.getItem('access_token'), + "dataScope":"CUSTOM_WATERSHED", + "customWatershedCode":localStorage.getItem('customWatershedCode'), + "SHOW_LOADING": true, + "authorization":"Bearer" + ' ' + localStorage.getItem('access_token') + }, + body: JSON.stringify(data), + }; + + return send(url, options); +} + + export function httpget(url, data = {}) { const params = []; for (const k in data) { diff --git a/src/views/AppRouters.tsx b/src/views/AppRouters.tsx index 67164cdeb..704192ef1 100644 --- a/src/views/AppRouters.tsx +++ b/src/views/AppRouters.tsx @@ -119,6 +119,8 @@ import Gsnlfx from './gxsl/gsnlfx' import Ddjl from './szydd/ddjl' import Ywgz from './sz/ywgz' import Gcaq from './sz/khzbgl' +//系统管理 +import SystemPage from './systemMange' const HomePage = lazy(() => import('./Home')) @@ -290,7 +292,12 @@ const AppRouters: React.FC = () => { { path: 'sz/zsk/ddfa', element: }, { path: 'sz/zsk/ywgz', element: }, { path: 'sz/zsk/gcaq', element: }, - + // 系统管理 + { path: 'sys/user', element: }, + { path: 'sys/department', element: }, + { path: 'sys/role', element: }, + { path: 'sys/menuM', element: }, + { path: 'sys/loginLog', element: }, ], }, { path: '/login', element: }, diff --git a/src/views/fxdd/ddjc/ddzl/form.js b/src/views/fxdd/ddjc/ddzl/form.js index f1ab089fb..973441239 100644 --- a/src/views/fxdd/ddjc/ddzl/form.js +++ b/src/views/fxdd/ddjc/ddzl/form.js @@ -443,7 +443,7 @@ const ModalForm = ({ mode, record, onEdit, onSave }) => { : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/fxdd/ddjc/yjxy/emergDetail.js b/src/views/fxdd/ddjc/yjxy/emergDetail.js index fed6dd190..d699afd60 100644 --- a/src/views/fxdd/ddjc/yjxy/emergDetail.js +++ b/src/views/fxdd/ddjc/yjxy/emergDetail.js @@ -139,7 +139,7 @@ export default function Page({ selectDiv1, detail }) { : } - {file.name} + {file.name}
diff --git a/src/views/fxdd/ddjc/yjxy/form.js b/src/views/fxdd/ddjc/yjxy/form.js index 2c9c2ed8e..6f842b551 100644 --- a/src/views/fxdd/ddjc/yjxy/form.js +++ b/src/views/fxdd/ddjc/yjxy/form.js @@ -220,7 +220,7 @@ console.log("data",data); : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/fxdd/hsyb/hdhs/form.js b/src/views/fxdd/hsyb/hdhs/form.js index 1d24a2720..310f4d893 100644 --- a/src/views/fxdd/hsyb/hdhs/form.js +++ b/src/views/fxdd/hsyb/hdhs/form.js @@ -192,7 +192,7 @@ const ModalForm = ({ mode, record, onEdit, onSave }) => { : } - {file.name} + {file.name}
diff --git a/src/views/fxdd/hsyb/skhs/form.js b/src/views/fxdd/hsyb/skhs/form.js index 1d24a2720..310f4d893 100644 --- a/src/views/fxdd/hsyb/skhs/form.js +++ b/src/views/fxdd/hsyb/skhs/form.js @@ -192,7 +192,7 @@ const ModalForm = ({ mode, record, onEdit, onSave }) => { : } - {file.name} + {file.name} diff --git a/src/views/fxzb/ddgc/form.js b/src/views/fxzb/ddgc/form.js index 031b62245..28edc05dc 100644 --- a/src/views/fxzb/ddgc/form.js +++ b/src/views/fxzb/ddgc/form.js @@ -266,7 +266,7 @@ const ModalForm = ({ mode, record,onEdit,onSave,onCrudSuccess }) => { : } - {file.name} + {file.name} {mode !== "view" &&
{ : } - {file.name} + {file.name}
{mode !== "view" &&
{ : } - {file.name} + {file.name}
{mode !== "view" &&
} - {file.name} + {file.name}
{ mode !== "view" && diff --git a/src/views/fxzb/gczx/zjgc/form.js b/src/views/fxzb/gczx/zjgc/form.js index d3638ed0c..ece2925b2 100644 --- a/src/views/fxzb/gczx/zjgc/form.js +++ b/src/views/fxzb/gczx/zjgc/form.js @@ -422,7 +422,7 @@ const ModalForm = ({ mode, record, onEdit, onSave,onDeleteGet,onCrudSuccess }) = : } - {file.name} + {file.name} { mode !== "view" && diff --git a/src/views/fxzb/qxdw/gc/form.js b/src/views/fxzb/qxdw/gc/form.js index d9d0cc42b..3a49a99de 100644 --- a/src/views/fxzb/qxdw/gc/form.js +++ b/src/views/fxzb/qxdw/gc/form.js @@ -564,7 +564,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => { : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/fxzb/qxdw/zq/form.js b/src/views/fxzb/qxdw/zq/form.js index 70823eb84..7949d1a60 100644 --- a/src/views/fxzb/qxdw/zq/form.js +++ b/src/views/fxzb/qxdw/zq/form.js @@ -304,7 +304,7 @@ const ModalForm = ({ mode, record,onEdit,onSave,onSimilarSave }) => { : } - {file.name} + {file.name}
diff --git a/src/views/fxzb/qxwl/gc/form.js b/src/views/fxzb/qxwl/gc/form.js index 45040fbba..8a9df69ca 100644 --- a/src/views/fxzb/qxwl/gc/form.js +++ b/src/views/fxzb/qxwl/gc/form.js @@ -344,7 +344,7 @@ const ModalForm = ({ mode, record,onEdit,onSave,onSimilarSave }) => { : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/fxzb/qxwl/zq/form.js b/src/views/fxzb/qxwl/zq/form.js index 80b8467f2..eb0c1756d 100644 --- a/src/views/fxzb/qxwl/zq/form.js +++ b/src/views/fxzb/qxwl/zq/form.js @@ -368,7 +368,7 @@ const ModalForm = ({ mode, record,onEdit,onSave,onSimilarSave }) => { : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/fxzb/sxfd/fbzrh/form.js b/src/views/fxzb/sxfd/fbzrh/form.js index 7899bede5..87e56802c 100644 --- a/src/views/fxzb/sxfd/fbzrh/form.js +++ b/src/views/fxzb/sxfd/fbzrh/form.js @@ -345,7 +345,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onCrudSuccess }) => { alt='' /> )} - {file.name} + {file.name}
{ : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/fxzb/sxfd/fxkhgzh/meetingPage.js b/src/views/fxzb/sxfd/fxkhgzh/meetingPage.js index 4d1cd1da5..12db0575e 100644 --- a/src/views/fxzb/sxfd/fxkhgzh/meetingPage.js +++ b/src/views/fxzb/sxfd/fxkhgzh/meetingPage.js @@ -140,7 +140,7 @@ const Page = ({data,fileList,isMeetData=false}) => { }
- {file.name} + {file.name} {((file.response?.data?.fileLength)/1024).toFixed(2) }KB
diff --git a/src/views/fxzb/sxfd/fxpxb/form.js b/src/views/fxzb/sxfd/fxpxb/form.js index 574969f28..05a36c90f 100644 --- a/src/views/fxzb/sxfd/fxpxb/form.js +++ b/src/views/fxzb/sxfd/fxpxb/form.js @@ -319,7 +319,7 @@ console.log(record); : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/fxzb/sxfd/fxtj/form.js b/src/views/fxzb/sxfd/fxtj/form.js index 019f01d7f..19a0ee3f2 100644 --- a/src/views/fxzb/sxfd/fxtj/form.js +++ b/src/views/fxzb/sxfd/fxtj/form.js @@ -244,7 +244,7 @@ const ModalForm = ({ mode, record,onEdit,onSave }) => { : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/fxzb/yaxb/hsddya/form.js b/src/views/fxzb/yaxb/hsddya/form.js index d2a4e2b9e..6ff47cd09 100644 --- a/src/views/fxzb/yaxb/hsddya/form.js +++ b/src/views/fxzb/yaxb/hsddya/form.js @@ -320,7 +320,7 @@ const ModalForm = ({ mode, record,onEdit,onSave,onCrudSuccess }) => { : } - {file.name} + {file.name}
{ : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/rcgl/aqgl/aqjdtz/form.js b/src/views/rcgl/aqgl/aqjdtz/form.js index 36b610e01..7811b948f 100644 --- a/src/views/rcgl/aqgl/aqjdtz/form.js +++ b/src/views/rcgl/aqgl/aqjdtz/form.js @@ -322,7 +322,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => { : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/rcgl/aqgl/aqsgdj/form.js b/src/views/rcgl/aqgl/aqsgdj/form.js index bdb134f5b..39f6dc1c8 100644 --- a/src/views/rcgl/aqgl/aqsgdj/form.js +++ b/src/views/rcgl/aqgl/aqsgdj/form.js @@ -293,7 +293,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => {
- {file.name} + {file.name}
{ : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/rcgl/aqgl/aqyhpc/form.js b/src/views/rcgl/aqgl/aqyhpc/form.js index 030f9fd72..637e6be4e 100644 --- a/src/views/rcgl/aqgl/aqyhpc/form.js +++ b/src/views/rcgl/aqgl/aqyhpc/form.js @@ -263,7 +263,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => { : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/rcgl/aqgl/cxjgtz/form.js b/src/views/rcgl/aqgl/cxjgtz/form.js index 4b36db973..df314124a 100644 --- a/src/views/rcgl/aqgl/cxjgtz/form.js +++ b/src/views/rcgl/aqgl/cxjgtz/form.js @@ -318,7 +318,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => { : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/rcgl/aqgl/fxgkqd/form.js b/src/views/rcgl/aqgl/fxgkqd/form.js index 9bd9dc1f0..17afbde30 100644 --- a/src/views/rcgl/aqgl/fxgkqd/form.js +++ b/src/views/rcgl/aqgl/fxgkqd/form.js @@ -361,7 +361,7 @@ const getResultList = async() => { : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/rcgl/byfz/bypc/formCom.js b/src/views/rcgl/byfz/bypc/formCom.js index 290ee8c6c..325b187a2 100644 --- a/src/views/rcgl/byfz/bypc/formCom.js +++ b/src/views/rcgl/byfz/bypc/formCom.js @@ -393,7 +393,7 @@ const getResultList = async() => {
- {file.name} + {file.name}
{ style={{ fontSize: 40 }} />
- {file.name} + {file.name}
{
- {file.name} + {file.name}
@@ -706,7 +706,7 @@ const ModalForm = ({ mode, record, refresh, setPrecessVisible }) => { style={{ fontSize: 40 }} />
- {file.name} + {file.name}
diff --git a/src/views/rcgl/byfz/fzxc/form.js b/src/views/rcgl/byfz/fzxc/form.js index 0bca3ecdd..0485fd40e 100644 --- a/src/views/rcgl/byfz/fzxc/form.js +++ b/src/views/rcgl/byfz/fzxc/form.js @@ -110,7 +110,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onCrudSuccess }) => {
- {file.name} + {file.name}
{mode !== "view" &&
{ : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/rcgl/jdkh/khrwgl/PfDetail.js b/src/views/rcgl/jdkh/khrwgl/PfDetail.js index 67d08a1bd..e50b75c7a 100644 --- a/src/views/rcgl/jdkh/khrwgl/PfDetail.js +++ b/src/views/rcgl/jdkh/khrwgl/PfDetail.js @@ -684,7 +684,7 @@ const EditableRow = ({ index, ...props }) => {
- {file.name} + {file.name}
} - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/rcgl/jdkh/khwtzg/form.js b/src/views/rcgl/jdkh/khwtzg/form.js index ce74833b1..47dc25248 100644 --- a/src/views/rcgl/jdkh/khwtzg/form.js +++ b/src/views/rcgl/jdkh/khwtzg/form.js @@ -294,7 +294,7 @@ console.log("record",record); : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/rcgl/wxyh/form.js b/src/views/rcgl/wxyh/form.js index 8c2053630..4418dbd47 100644 --- a/src/views/rcgl/wxyh/form.js +++ b/src/views/rcgl/wxyh/form.js @@ -251,7 +251,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => {
- {file.name} + {file.name}
{ style={{ fontSize: 40 }} />
- {file.name} + {file.name}
{
- {file.name} + {file.name}
@@ -405,7 +405,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave,submit }) => { style={{ fontSize: 40 }} />
- {file.name} + {file.name}
diff --git a/src/views/rcgl/xcxj/xjwtcl/form.js b/src/views/rcgl/xcxj/xjwtcl/form.js index 2e56f5653..db4e92258 100644 --- a/src/views/rcgl/xcxj/xjwtcl/form.js +++ b/src/views/rcgl/xcxj/xjwtcl/form.js @@ -160,7 +160,7 @@ console.log(record);
- {file.name} + {file.name}
@@ -194,7 +194,7 @@ console.log(record); style={{ fontSize: 40 }} />
- {file.name} + {file.name}
@@ -274,7 +274,7 @@ console.log(record);
- {file.name} + {file.name}
@@ -308,7 +308,7 @@ console.log(record); style={{ fontSize: 40 }} /> - {file.name} + {file.name} diff --git a/src/views/sq/qzq/gcdsj/form.js b/src/views/sq/qzq/gcdsj/form.js index 550c1e2e9..a7ea01d0a 100644 --- a/src/views/sq/qzq/gcdsj/form.js +++ b/src/views/sq/qzq/gcdsj/form.js @@ -243,7 +243,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => { : } - {file.name} + {file.name}
deleteFile(file.response?.data?.fileId)}> diff --git a/src/views/systemMange/index.js b/src/views/systemMange/index.js new file mode 100644 index 000000000..1ddd6d769 --- /dev/null +++ b/src/views/systemMange/index.js @@ -0,0 +1,12 @@ +const SystemPage = ({ src }) => { + const base = 'http://223.75.53.141:83/tsgSystem/#' + const str = '?token=' + localStorage.getItem('access_token') + '&layout=noLayout' + return ( +