style(flowable): 优化流程相关代码的import顺序和代码结构

This commit is contained in:
2025-12-30 15:34:43 +08:00
parent d1670b79a0
commit b567747901
6 changed files with 25 additions and 29 deletions

View File

@@ -1106,7 +1106,7 @@ onMounted(() => {
document.addEventListener('keydown', escKeyListener);
// 初始化时自动创建第一个西药处方
if (westernPrescriptions.value.length === 0) {
handleAddWesternPrescription();
handleAddPrescription();
}
});