From ae627eb6429b9597af5f3792f912871583b9f81e Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期四, 12 一月 2023 15:44:23 +0800
Subject: [PATCH] 物资

---
 src/views/contingencyManagement/panManagement/component/openAdd.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/contingencyManagement/panManagement/component/openAdd.vue b/src/views/contingencyManagement/panManagement/component/openAdd.vue
index 7592e78..4114bb7 100644
--- a/src/views/contingencyManagement/panManagement/component/openAdd.vue
+++ b/src/views/contingencyManagement/panManagement/component/openAdd.vue
@@ -287,7 +287,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