Fix Bug #469: 根因+修复方案摘要
This commit is contained in:
@@ -429,6 +429,8 @@ const props = defineProps({
|
|||||||
});
|
});
|
||||||
const isAdding = ref(false);
|
const isAdding = ref(false);
|
||||||
const isSaving = ref(false);
|
const isSaving = ref(false);
|
||||||
|
// 标记双击编辑的是否为已有数据的行(用于保存后是否自动添加下一行)
|
||||||
|
const wasDoubleClickEdit = ref(false);
|
||||||
const prescriptionRef = ref();
|
const prescriptionRef = ref();
|
||||||
const expandOrder = ref([]); //目前的展开行
|
const expandOrder = ref([]); //目前的展开行
|
||||||
const stockList = ref([]);
|
const stockList = ref([]);
|
||||||
|
|||||||
Reference in New Issue
Block a user