destroy({
table_name: 'map_point_images',
id: row.id,
activity_list_id: 7
}).then(_ => getList())"
@editor="
(row) => {
$refs['addImg'].setForm(
['map_point_id', 'activity_list_id'],
[select.filter[0].value, 7]
);
$refs['addImg'].setId(row.id);
$refs['addImg'].setType('editor');
$refs['addImg'].show();
}
"
>