Try emptying the select2 options before to update data, this because by default it appends data to existing options. $('.select2-slot').empty() ...
確定! 回上一頁