From 7e2b37c805ae40d04c71024ef2b42b69a75fcc84 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Tue, 06 Sep 2022 17:17:48 +0800
Subject: [PATCH] Default Changelist
---
src/views/accidentManagementSystem/accidentReport/component/openAdd.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/accidentManagementSystem/accidentReport/component/openAdd.vue b/src/views/accidentManagementSystem/accidentReport/component/openAdd.vue
index 11591fe..06ffbf5 100644
--- a/src/views/accidentManagementSystem/accidentReport/component/openAdd.vue
+++ b/src/views/accidentManagementSystem/accidentReport/component/openAdd.vue
@@ -485,7 +485,7 @@
if (!ruleForm.value.fileList) {
ruleForm.value.fileList = [];
}
- if (title == '新建事故报告') {
+ if (title == '新增事故报告') {
if (!formEl) return;
await formEl.validate((valid, fields) => {
if (valid) {
--
Gitblit v1.9.2