WXL
2026-01-22 07ac4ff1e9cc0e4181ac196d4cd597e44ff3aa7b
src/views/business/maintain/components/UrineRoutinePanel.vue
@@ -165,7 +165,7 @@
      <el-form
        :model="columnForm"
        label-width="80px"
        ref="columnForm"
        ref="columnFormU"
        :rules="columnRules"
      >
        <el-form-item label="日期" prop="date">
@@ -422,7 +422,7 @@
      };
      this.columnDialogVisible = true;
      this.$nextTick(() => {
        this.$refs.columnForm && this.$refs.columnForm.clearValidate();
        this.$refs.columnFormU && this.$refs.columnFormU.clearValidate();
      });
    },
@@ -438,7 +438,7 @@
    },
    confirmAddColumn() {
      this.$refs.columnForm.validate((valid) => {
      this.$refs.columnFormU.validate((valid) => {
        if (!valid) {
          this.$message.warning('请完善时间点信息');
          return;
@@ -503,7 +503,7 @@
        time: '',
        remark: ''
      };
      this.$refs.columnForm && this.$refs.columnForm.clearValidate();
      this.$refs.columnFormU && this.$refs.columnFormU.clearValidate();
    },
    disableFutureDates(time) {