From 2d616b03ab58bc9cf10addcc1dc68a60635e192c Mon Sep 17 00:00:00 2001 From: GUjiYN <2946459904@qq.com> Date: Thu, 21 Mar 2024 19:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E7=B3=BB=E7=BB=9F=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BC=98=E5=8C=963?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/WorkLoadPage/I_Manage_ChildSystem.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/WorkLoadPage/I_Manage_ChildSystem.vue b/src/views/WorkLoadPage/I_Manage_ChildSystem.vue index 44ed6de..d72a45f 100644 --- a/src/views/WorkLoadPage/I_Manage_ChildSystem.vue +++ b/src/views/WorkLoadPage/I_Manage_ChildSystem.vue @@ -19,7 +19,7 @@ 子系统文档 -
+
@@ -139,7 +139,7 @@ const ChildProjects = reactive({ id:-1, isFinish:'', workLoad:'', - description:'', + description:{}, cycle:'', principalUser: '', principalId: '' @@ -217,7 +217,7 @@ const handleAdd = () => { // console.log(2222) // console.log("ChildProjects.data",ChildProjects.data) formData.projectId = ChildProjects.data.id - formData.description = "{}" + //formData.description = "{}" console.log("formData:",formData) request.projectWorkAdd(formData,token).then((res)=>{ AddModule.value = false;