From 7a4c212347f6d16dcf43055c470f5f44b5b47881 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期一, 17 三月 2025 10:28:25 +0800 Subject: [PATCH] fix:测试提交 --- 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