diff --git a/openhis-ui-vue3/package-lock.json b/openhis-ui-vue3/package-lock.json index c68c9013..07ff48e4 100644 --- a/openhis-ui-vue3/package-lock.json +++ b/openhis-ui-vue3/package-lock.json @@ -1694,7 +1694,7 @@ }, "node_modules/chart.js": { "version": "4.5.1", - "resolved": "https://registry.npmmirror.com/chart.js/-/chart.js-4.5.1.tgz", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.1.tgz", "integrity": "sha512-GIjfiT9dbmHRiYi6Nl2yFCq7kkwdkp1W/lp2J99rX0yo9tgJGn3lKQATztIjb5tVtevcBtIdICNWqlq5+E8/Pw==", "dependencies": { "@kurkle/color": "^0.3.0" @@ -8658,7 +8658,7 @@ }, "chart.js": { "version": "4.5.1", - "resolved": "https://registry.npmmirror.com/chart.js/-/chart.js-4.5.1.tgz", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.1.tgz", "integrity": "sha512-GIjfiT9dbmHRiYi6Nl2yFCq7kkwdkp1W/lp2J99rX0yo9tgJGn3lKQATztIjb5tVtevcBtIdICNWqlq5+E8/Pw==", "requires": { "@kurkle/color": "^0.3.0" diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/api.js b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/api.js index e0215f2a..d9ebc084 100644 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/api.js +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/api.js @@ -93,6 +93,18 @@ export function delEncounterDiagnosis(conditionId) { }) } +/** + * 是否是食源性诊断 + */ +export function isFoodDiseasesNew(params) { + return request({ + url: '/external-integration/foodborne-acquisition/is-food-diseases-new', + method: 'get', + params: params + }) +} + + /** * 获取中医诊断 */