From 380f10d13baf4c5672be1e51a122e40dd27c6fe7 Mon Sep 17 00:00:00 2001 From: yannqing <67121851@qq.com> Date: Mon, 22 Apr 2024 20:20:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/personal/project/childSystem/charge.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/personal/project/childSystem/charge.vue b/src/views/personal/project/childSystem/charge.vue index 42ca3d3..80f17f7 100644 --- a/src/views/personal/project/childSystem/charge.vue +++ b/src/views/personal/project/childSystem/charge.vue @@ -648,14 +648,14 @@ function toggleAppointDialog(row) { AppointDialogVisible.value = true; } -//指定负责人id,我写死了,你替换为选择的负责人就行了 +//TODO 指定负责人id,我写死了,你替换为选择的负责人就行了 const principalUser = reactive({ principalId: '6' }) async function confirmAppointment() { console.log("指定新负责人:", selectedPrincipal.value); - //项目id,我也写死了。你自行修改 + //TODO 项目id,我也写死了。你自行修改 editId.id = '27' const response = await EditChildSystem(editId, principalUser, token); console.log("指定负责人Result:", response);