|
@ -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) => { |
|
|