Fix Bug #469: 根因+修复方案摘要

This commit is contained in:
2026-05-19 16:09:20 +08:00
committed by guanyu
parent 7743bb5df4
commit 3bf7e04a04

View File

@@ -429,6 +429,8 @@ const props = defineProps({
});
const isAdding = ref(false);
const isSaving = ref(false);
// 标记双击编辑的是否为已有数据的行(用于保存后是否自动添加下一行)
const wasDoubleClickEdit = ref(false);
const prescriptionRef = ref();
const expandOrder = ref([]); //目前的展开行
const stockList = ref([]);