Browse Source

修改补料任务筛选没有记住 2024/8/9

pull/1/head
test 3 months ago
parent
commit
df2c6f785c
  1. 2
      src/pages/repleinsh/job/repleinshJob.vue

2
src/pages/repleinsh/job/repleinshJob.vue

@ -79,7 +79,7 @@ const fromLocationCode = ref('')
const filterItemCode = ref('') const filterItemCode = ref('')
onShow(() => { onShow(() => {
nextTick(() => { nextTick(() => {
getList('refresh') getList('refresh',fromLocationCode.value, filterItemCode.value)
}) })
}) })
onLoad((option) => { onLoad((option) => {

Loading…
Cancel
Save