@@ -182,7 +182,7 @@
}
async function handleOk() {
let res = await jyUserPlatformadd({
- ...active,
+ ...active.value,
id: modelRef.value,
});
context && context.emit('ok', res);