|
@@ -41,7 +41,7 @@ import {
|
|
|
AddJcParams,
|
|
|
jcExtraInformation,
|
|
|
jcList,
|
|
|
- jcProxy,
|
|
|
+ jcProxy, jyJcRestriction,
|
|
|
} from "@/views/hospitalization/zhu-yuan-yi-sheng/public-js/zhu-yuan-yi-sheng";
|
|
|
import JcJyTemplate
|
|
|
from "@/views/hospitalization/zhu-yuan-yi-sheng/jian-cha-jian-yan-shen-qing/components/public/JcJyTemplate.vue";
|
|
@@ -87,6 +87,7 @@ const nodeClick = async (data: any) => {
|
|
|
maxAgeRestriction: data.maxAgeRestriction,
|
|
|
startTime: await getServerDate(),
|
|
|
}
|
|
|
+ jyJcRestriction(temp)
|
|
|
jcProxy.push(temp)
|
|
|
}
|
|
|
|