|
@@ -106,17 +106,12 @@ $(function () {
|
|
if (isPlacefile == 0) {
|
|
if (isPlacefile == 0) {
|
|
$(this).find('.qiehuan i').html('切换病案质控')
|
|
$(this).find('.qiehuan i').html('切换病案质控')
|
|
$('.subtitle').html('AI运行质控平台')
|
|
$('.subtitle').html('AI运行质控平台')
|
|
- if(onAppeal>0){
|
|
|
|
- getAuditNumber()
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+ getAuditNumber()
|
|
getMenu()
|
|
getMenu()
|
|
} else if (isPlacefile == 1) {
|
|
} else if (isPlacefile == 1) {
|
|
$(this).find('.qiehuan i').html('切换运行质控')
|
|
$(this).find('.qiehuan i').html('切换运行质控')
|
|
$('.subtitle').html('AI病案质控平台')
|
|
$('.subtitle').html('AI病案质控平台')
|
|
- if(onAppeal>0){
|
|
|
|
- getAuditNumber()
|
|
|
|
- }
|
|
|
|
|
|
+ getAuditNumber()
|
|
getMenu()
|
|
getMenu()
|
|
}
|
|
}
|
|
$(".header .title .qiehuan").click(function () {
|
|
$(".header .title .qiehuan").click(function () {
|
|
@@ -131,9 +126,7 @@ $(function () {
|
|
setCookie("isPlacefile", 1)
|
|
setCookie("isPlacefile", 1)
|
|
}
|
|
}
|
|
$('#contentIframe').attr('src', $('#contentIframe').attr('src'));
|
|
$('#contentIframe').attr('src', $('#contentIframe').attr('src'));
|
|
- if(onAppeal>0){
|
|
|
|
- getAuditNumber()
|
|
|
|
- }
|
|
|
|
|
|
+ getAuditNumber()
|
|
getMenu();
|
|
getMenu();
|
|
})
|
|
})
|
|
$(".header .title .qiehuan").mouseenter(function () {
|
|
$(".header .title .qiehuan").mouseenter(function () {
|
|
@@ -347,7 +340,6 @@ function getAuditNumber() {
|
|
analyzeType:isPlacefile
|
|
analyzeType:isPlacefile
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res.data.code == '0') {
|
|
if (res.data.code == '0') {
|
|
- $.alerModal({ "message": res.data.msg, type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
|
|
|
|
auditNumber = res.data.data > 99 ? '99+' : res.data.data
|
|
auditNumber = res.data.data > 99 ? '99+' : res.data.data
|
|
} else {
|
|
} else {
|
|
const token = localStorage.getItem('accessToken');
|
|
const token = localStorage.getItem('accessToken');
|