From 659d9d31ab3420b5fde4ae76973c89279fd48834 Mon Sep 17 00:00:00 2001 From: elkers <elkers@163.com> Date: 星期六, 25 一月 2025 17:03:26 +0800 Subject: [PATCH] 优化 --- src/views/facility/valveDevice/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/facility/valveDevice/index.vue b/src/views/facility/valveDevice/index.vue index bd9fac2..19f1043 100644 --- a/src/views/facility/valveDevice/index.vue +++ b/src/views/facility/valveDevice/index.vue @@ -39,7 +39,7 @@ const pageParam = ref({ total: 0, limit: 0, - page: 1, + page: 1,q }) const tableData = ref([]); const inpTip = '请输入', selTip = '请选择'; -- Gitblit v1.9.3