@@ -204,7 +204,10 @@ export default {
if (it.id) {
item1.id = it.id;
}
- return item1;
+ return {
+ ...it,
+ ...item1
+ };
});
const res = await this.$axios.$post("/api/user_education/save_all", {
data: JSON.stringify(data)