@@ -1785,6 +1785,7 @@ const save = async () => {
itm.mattress_width = Number(itm.mattress_width ?? 0);
itm.mattress_length = Number(itm.mattress_length ?? 0);
itm.mattress_height = Number(mattress.mattress_height ?? 0);
+ return itm;
});
} catch (error) {
ElMessage.error(error.message);