From 07ac4ff1e9cc0e4181ac196d4cd597e44ff3aa7b Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 22 一月 2026 11:04:42 +0800
Subject: [PATCH] 青岛维护
---
src/views/business/maintain/components/BloodRoutinePanel.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/business/maintain/components/BloodRoutinePanel.vue b/src/views/business/maintain/components/BloodRoutinePanel.vue
index a43e2fd..483150b 100644
--- a/src/views/business/maintain/components/BloodRoutinePanel.vue
+++ b/src/views/business/maintain/components/BloodRoutinePanel.vue
@@ -153,7 +153,7 @@
<el-form
:model="columnForm"
label-width="80px"
- ref="columnForm"
+ ref="columnFormB"
:rules="columnRules"
>
<el-form-item label="鏃ユ湡" prop="date">
@@ -364,7 +364,7 @@
};
this.columnDialogVisible = true;
this.$nextTick(() => {
- this.$refs.columnForm && this.$refs.columnForm.clearValidate();
+ this.$refs.columnFormB && this.$refs.columnFormB.clearValidate();
});
},
@@ -380,7 +380,7 @@
},
confirmAddColumn() {
- this.$refs.columnForm.validate((valid) => {
+ this.$refs.columnFormB.validate((valid) => {
if (!valid) {
this.$message.warning('璇峰畬鍠勬椂闂寸偣淇℃伅');
return;
@@ -445,7 +445,7 @@
time: '',
remark: ''
};
- this.$refs.columnForm && this.$refs.columnForm.clearValidate();
+ this.$refs.columnFormB && this.$refs.columnFormB.clearValidate();
},
disableFutureDates(time) {
--
Gitblit v1.9.3