|
|
|
@ -135,6 +135,8 @@ export default {
|
|
|
|
destroy({ table_name: "lets_to_assets", id: row._relation_id },false).then(_ => {
|
|
|
|
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)
|
|
|
|
this.nowAssets.splice(this.nowAssets.findIndex(j => j._relation_id === row._relation_id),1)
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.nowAssets.splice(this.nowAssets.findIndex(j => j._relation_id === row._relation_id),1)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|