|
@@ -118,6 +118,9 @@ function renderPage(pageSet) {
|
|
|
getTcmMr(mrId, hasTcm);
|
|
|
}
|
|
|
|
|
|
+ if (hasFollowUp) {
|
|
|
+ renderFollowUp(msg, 1)
|
|
|
+ }
|
|
|
const planDetail = hasAuxiliary.planDetails;
|
|
|
const configs = planDetail.filter((it)=>it.status!==0)||[];
|
|
|
if(!configs[0]){ //没有开启辅助信息各项配置
|
|
@@ -144,9 +147,6 @@ function renderPage(pageSet) {
|
|
|
renderCaseWrite()
|
|
|
allInterface++
|
|
|
}
|
|
|
- if (hasFollowUp) {
|
|
|
- renderFollowUp(msg, 1)
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
function renderTab(tabList) {
|