修复医嘱请选择项目选完选项框不消失

This commit is contained in:
2025-10-29 09:40:55 +08:00
parent 2ca594cb39
commit daa78e128f

View File

@@ -1017,6 +1017,8 @@ function handleChange(value) {
* 选择药品回调
*/
function selectAdviceBase(key, row) {
// 立即关闭当前弹窗
prescriptionList.value[rowIndex.value].showPopover = false;
if (row.adviceType == 3) {
getActivityBindDevice({ activityId: row.adviceDefinitionId }).then((res) => {
if (res.data.activityBindDeviceInfos?.length > 0) {