From 5c357cd927e74cc57531bd0a95338635e39be9af Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期一, 29 一月 2024 09:45:06 +0800
Subject: [PATCH] 修改强密码

---
 src/views/safetyReview/projectManage/components/contractManage.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/safetyReview/projectManage/components/contractManage.vue b/src/views/safetyReview/projectManage/components/contractManage.vue
index 55d76a6..54d456c 100644
--- a/src/views/safetyReview/projectManage/components/contractManage.vue
+++ b/src/views/safetyReview/projectManage/components/contractManage.vue
@@ -54,6 +54,7 @@
 const state = reactive({
   formData: {
     id: '',
+    projectId: null,
     contractSignDate: '',
     contractMoney: '',
     contractIntroduction: ''

--
Gitblit v1.9.2