@ -285,7 +285,8 @@ const getSelectionRows = (currentPage,currentPageSelectionRows) => {
/** 初始化 **/
onMounted(async () => {
tableObject.params = {
available: true
available: true,
type: 'LocationLabel'
}
getList()
})