@@ -16,7 +16,6 @@ function setListHei(){
setListHei()
-$('.flawList').html(str)
function getFLawList(){
post(api.analyzeRun,{behospitalCode:behospitalCode,hospitalId:hospitalId, modeId:modeId}).then(function(res){
if(res.data.code==='0'){
@@ -71,10 +71,10 @@ const getUrlArgObject = function getQueryString(name) {
}
const post = function (url, data) {
- const token = getCookie('accessToken')
- if(!token&&window.location.href.indexOf('login')==-1){
- window.location.href = "../login.html"
- }
+// const token = getCookie('accessToken')
+// if(!token&&window.location.href.indexOf('login')==-1){
+// window.location.href = "../login.html"
+// }
return new Utils((resolve, reject) => {
$.ajax({
method: 'post',