|
@@ -624,6 +624,9 @@ function formatFlawKeys(data){
|
|
|
global_modules=data;
|
|
|
getRecordDetail();
|
|
|
$("#loading").hide();
|
|
|
+ setTimeout(function(){
|
|
|
+ $(".operation").show()
|
|
|
+ },50)
|
|
|
}
|
|
|
});
|
|
|
}
|
|
@@ -636,7 +639,7 @@ function formatFlawKeys(data){
|
|
|
if(res.data.code==='0') {
|
|
|
global_check = 1
|
|
|
$(".check").text("重新核查")
|
|
|
- $.alerModal({"message":`<div class="checkTipsBox"><img class="checkImg" src=${checkOk}><p class="checkTxt">审核成功</p></div>`,type:"tip",time:'1000',isFather: true, fatherWrapper: $(".flaw-table", parent.document)});
|
|
|
+ $.alerModal({"message":`<div class="checkTipsBox"><img class="checkImg" src=${checkOk}><p class="checkTxt">核查成功</p></div>`,type:"tip",time:'1000',isFather: true, fatherWrapper: $(".flaw-table", parent.document)});
|
|
|
|
|
|
}else{
|
|
|
$.alerModal({"message":res.msg ||"核查失败",type:"tip",time:'1000',isFather: true, fatherWrapper: $(".flaw-table", parent.document)});
|