@ -135,6 +135,8 @@ export default {
destroy({ table_name: "lets_to_assets", id: row._relation_id },false).then(_ => {
this.nowAssets.splice(this.nowAssets.findIndex(j => j._relation_id === row._relation_id),1)
})
} else {
}
@ -425,6 +425,15 @@ export default {
1
);
});
this.nowAssets.splice(
this.nowAssets.findIndex(
(j) =>
j._relation_id ===
row._relation_id
),
},