修复bug

This commit is contained in:
yannqing 2024-04-22 20:20:30 +08:00
parent 0d00924ea1
commit 380f10d13b

View File

@ -648,14 +648,14 @@ function toggleAppointDialog(row) {
AppointDialogVisible.value = true; AppointDialogVisible.value = true;
} }
//id //TODO id
const principalUser = reactive({ const principalUser = reactive({
principalId: '6' principalId: '6'
}) })
async function confirmAppointment() { async function confirmAppointment() {
console.log("指定新负责人:", selectedPrincipal.value); console.log("指定新负责人:", selectedPrincipal.value);
//id //TODO id
editId.id = '27' editId.id = '27'
const response = await EditChildSystem(editId, principalUser, token); const response = await EditChildSystem(editId, principalUser, token);
console.log("指定负责人Result:", response); console.log("指定负责人Result:", response);