From 010ce04ba6e27f2bd603cec692d2695d7a8a3c1f Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期三, 07 五月 2025 08:38:18 +0800 Subject: [PATCH] fix:修改水温深度监测 --- src/views/facility/facilityType/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/facility/facilityType/index.vue b/src/views/facility/facilityType/index.vue index d484b16..c758f1a 100644 --- a/src/views/facility/facilityType/index.vue +++ b/src/views/facility/facilityType/index.vue @@ -19,7 +19,7 @@ */ /** 搜索按钮操作 */ function handleQuery() { - getList({keywords: searchParams.value.name}) + getList(searchParams.value) } /** 重置按钮操作 */ @@ -171,9 +171,9 @@ <template> <div class="app-container"> <el-form :model="searchParams" ref="queryRef" :inline="true"> - <el-form-item label="" prop=""> + <el-form-item label="" prop="keywords"> <el-input - v-model="searchParams.name" + v-model="searchParams.keywords" placeholder="请输入搜索信息" clearable style="width: 200px" -- Gitblit v1.9.3