Commit 0ec1dd89 by WeiCong

补上遗漏的进口保函查询路由和主页面代办任务跳转

parent fe4a9b52
......@@ -159,6 +159,7 @@ const Lckinf =MLoader(()=>import('./Lckinf'))
const Loginf =MLoader(()=>import('./Loginf'))
const Elschk =MLoader(()=>import('./Elschk'))
const Ptybat =MLoader(()=>import('./Ptybat'))
const Gitsel =MLoader(()=>import('./Gitsel'))
const Gitadd =MLoader(()=>import('./Gitadd'))
const Getsel =MLoader(()=>import('./Getsel'))
const Getset =MLoader(()=>import('./Getset'))
......@@ -380,6 +381,7 @@ export default class Bus extends Component{
<Route exact path={`${moduleBasePath}lckinf${!isDisplay?'':'/:trninr'}`} render={(props)=><Lckinf {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}elschk${!isDisplay?'':'/:trninr'}`} render={(props)=><Elschk {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}ptybat${!isDisplay?'':'/:trninr'}`} render={(props)=><Ptybat {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}gitsel${!isDisplay?'':'/:trninr'}`} render={(props)=><Gitsel {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}gitadd${!isDisplay?'':'/:trninr'}`} render={(props)=><Gitadd {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getsel${!isDisplay?'':'/:trninr'}`} render={(props)=><Getsel {...props} {...params}/>} />
<Route exact path={`${moduleBasePath}getset${!isDisplay?'':'/:trninr'}`} render={(props)=><Getset {...props} {...params}/>} />
......
......@@ -281,7 +281,7 @@ export default class OfficeScreen extends Page {
toDoEvent = async(row)=>{
let objtyp =row.objtyp
let objinr =row.objinr
const rtnmsg = await Api.post('office/sysmod_isnext',{params:{objtyp,objinr}})
const rtnmsg = await Api.post('gitsel/cfgfil_isnext',{params:{objtyp,objinr}})
if (rtnmsg.retcod == SUCCESS&&rtnmsg.retmsg=='success')
{
let pathname = row.inifrm.slice(0,6)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment