you just need to empty the array you passed to v-model on a button click like location_tree.splice(0) or location_tree = [] .
確定! 回上一頁