From a60dc30be50598fe2d1acb42f8171ec69e37b436 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期三, 28 五月 2025 17:29:05 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- culture/src/views/pedigree-chart/components/AddSublevelPlan.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/culture/src/views/pedigree-chart/components/AddSublevelPlan.vue b/culture/src/views/pedigree-chart/components/AddSublevelPlan.vue index 9e7e0bc..830193e 100644 --- a/culture/src/views/pedigree-chart/components/AddSublevelPlan.vue +++ b/culture/src/views/pedigree-chart/components/AddSublevelPlan.vue @@ -63,7 +63,7 @@ return { planDialogVisible: false, planForm: { - status: 'add', + status: '1', strainCode: '', strainName: '', inoculateNo: '', @@ -106,7 +106,7 @@ this.planDialogVisible = false // 重置表单数据 this.planForm = { - status: 'add', + status: '1', strainCode: '', strainName: '', inoculateNo: '', -- Gitblit v1.7.1