|
@ -203,7 +203,8 @@ var getBaseInfo = function() {
|
|
|
return {
|
|
|
userAgent: userAgent,
|
|
|
eventInfo: baseEnv.webview.eventInfo,
|
|
|
patiInfo: baseEnv.webview.patiInfo
|
|
|
patiInfo: baseEnv.webview.patiInfo,
|
|
|
type:baseEnv.webview.type //cy
|
|
|
}
|
|
|
},
|
|
|
// 获取基础环境信息
|
|
@ -218,7 +219,7 @@ getBaseEnvPromise = function () {
|
|
|
});
|
|
|
},
|
|
|
getCatalogPromise = function() {
|
|
|
return getReqPromise('doctor/archives/event/catalog',{patient: baseInfo.patiInfo.code,event: baseInfo.eventInfo.id},'GET')
|
|
|
return getReqPromise('doctor/archives/event/catalog',{patient: baseInfo.patiInfo.code,event: baseInfo.eventInfo.id,type:baseInfo.type},'GET')
|
|
|
.then(function(res) {
|
|
|
if(res.status==200) {
|
|
|
catalogs = res.data
|