@@ -114,11 +114,8 @@ const ApplicationDetailCard = ( | |||||
<EditNoteIcon /> | <EditNoteIcon /> | ||||
<Typography ml={1}> 支付</Typography> | <Typography ml={1}> 支付</Typography> | ||||
</Button> | </Button> | ||||
:<div></div> | |||||
:null | |||||
} | } | ||||
<Button | <Button | ||||
// size="large" | // size="large" | ||||
variant="contained" | variant="contained" | ||||
@@ -30,7 +30,7 @@ const StatusChangeDialog = (props) => { | |||||
const groupTitleComboList = ComboData.groupTitle; | const groupTitleComboList = ComboData.groupTitle; | ||||
useEffect(() => { | useEffect(() => { | ||||
console.log(Object.keys(!props.selectedGazetteGroup).length) | |||||
// console.log(Object.keys(!props.selectedGazetteGroup).length) | |||||
if(props.getStatus == "accept"){ | if(props.getStatus == "accept"){ | ||||
setStatus("Accept") | setStatus("Accept") | ||||
}else if (props.getStatus == "reject"){ | }else if (props.getStatus == "reject"){ | ||||
@@ -28,7 +28,7 @@ export default function ThemeRoutes() { | |||||
//auto logout if token not valid | //auto logout if token not valid | ||||
setupAxiosInterceptors(); | setupAxiosInterceptors(); | ||||
} | } | ||||
console.log(); | |||||
// console.log(); | |||||
return useRoutes([{ | return useRoutes([{ | ||||
path: '', | path: '', | ||||
children: [ | children: [ | ||||