测试:科室预约工作时间维护

This commit is contained in:
py
2026-01-13 17:00:31 +08:00
parent 47a7a945bc
commit a2cbd5e583
5 changed files with 37 additions and 9 deletions

View File

@@ -2472,8 +2472,8 @@ function setValue(row) {
? (typeof row.skinTestFlag === 'number' ? row.skinTestFlag : (row.skinTestFlag ? 1 : 0))
: 0;
prescriptionList.value[targetIndex] = {
...prescriptionList.value[targetIndex],
prescriptionList.value[rowIndex.value] = {
...prescriptionList.value[rowIndex.value],
...JSON.parse(JSON.stringify(row)),
// 确保adviceType为数字类型避免类型不匹配导致的显示问题
adviceType: Number(row.adviceType),