Browse Source

YT-1876:库位标签,是否可用默认值显示不对

index_online20241231
songguoqiang 1 month ago
parent
commit
2bf5845e30
  1. 10
      src/views/wms/basicDataManage/labelManage/locationLabel/index.vue

10
src/views/wms/basicDataManage/labelManage/locationLabel/index.vue

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

Loading…
Cancel
Save