[Vuejs]-(datatable)vuejs data is updated and the length is changed to 1, but it is still displayed as html as the previous value

0👍

I changed the location and solved it.

success: function(res) {
    $('#tbapplyListTable').DataTable().destroy();
    $this.statusList = res.data;
},
finally: function(){
    $('#tbapplyListTable').DataTable( {

Leave a comment