From df2c6f785c32a1a6cbdbac212187cd3f49bbe7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Tue, 29 Oct 2024 10:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A5=E6=96=99=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=AD=9B=E9=80=89=E6=B2=A1=E6=9C=89=E8=AE=B0=E4=BD=8F?= =?UTF-8?q?=202024/8/9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/repleinsh/job/repleinshJob.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/repleinsh/job/repleinshJob.vue b/src/pages/repleinsh/job/repleinshJob.vue index ff7820c5..3c750401 100644 --- a/src/pages/repleinsh/job/repleinshJob.vue +++ b/src/pages/repleinsh/job/repleinshJob.vue @@ -79,7 +79,7 @@ const fromLocationCode = ref('') const filterItemCode = ref('') onShow(() => { nextTick(() => { - getList('refresh') + getList('refresh',fromLocationCode.value, filterItemCode.value) }) }) onLoad((option) => {