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);