上传生产hotfix代码
This commit is contained in:
commit
4c86825e0c
|
@ -16,7 +16,8 @@ function SpecialModal({ visible , hideModal , sureModal , showNotification , use
|
|||
function sure(){
|
||||
if(!user_apply_signatures || (user_apply_signatures && user_apply_signatures.status !== "waiting")){
|
||||
if(!id || (id && id.length === 0)){
|
||||
showNotification("请先提交文件进行审核!");
|
||||
// showNotification("请先提交文件进行审核!");
|
||||
getUrl(`/api/apply_signatures/template_file`)
|
||||
return;
|
||||
}
|
||||
const url = `/apply_signatures.json`;
|
||||
|
|
|
@ -313,7 +313,7 @@ function RegisterList({ showNotification }) {
|
|||
Authorization: cookie.load('autologin_forge_military') || sessionStorage.osredmToken,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
return (
|
||||
<div className="expert-list centerbox">
|
||||
<div className="center-screen" >
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue