|
@ -252,7 +252,7 @@ const searchFormClick = (searchData) => { |
|
|
} |
|
|
} |
|
|
const searchList = (model)=>{ |
|
|
const searchList = (model)=>{ |
|
|
selectionRows.value = [] |
|
|
selectionRows.value = [] |
|
|
model.available=true |
|
|
// model.available='TRUE' |
|
|
model.type='LocationLabel' |
|
|
model.type='LocationLabel' |
|
|
setSearchParams(model) |
|
|
setSearchParams(model) |
|
|
} |
|
|
} |
|
@ -286,10 +286,10 @@ const getSelectionRows = (currentPage,currentPageSelectionRows) => { |
|
|
|
|
|
|
|
|
/** 初始化 **/ |
|
|
/** 初始化 **/ |
|
|
onMounted(async () => { |
|
|
onMounted(async () => { |
|
|
tableObject.params = { |
|
|
// tableObject.params = { |
|
|
available: true, |
|
|
// available: 'TRUE', |
|
|
type: 'LocationLabel' |
|
|
// type: 'LocationLabel' |
|
|
} |
|
|
// } |
|
|
getList() |
|
|
getList() |
|
|
}) |
|
|
}) |
|
|
</script> |
|
|
</script> |
|
|