修复bug
This commit is contained in:
parent
0d00924ea1
commit
380f10d13b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user