This commit is contained in:
32189 2023-03-06 13:48:00 +08:00
parent e82cb95484
commit 54d455fb3e

View File

@ -138,6 +138,7 @@
objs.forEach((val: any) => {
selectObjs.value.push(val.leaveId)
});
console.log(selectObjs)
multiple.value = !objs.length
}