From 4ada5e0015956384d6deb95a380699166d43da05 Mon Sep 17 00:00:00 2001
From: jyx <2012969435@qq.com>
Date: Mon, 23 Sep 2024 10:40:28 +0800
Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/index/index.vue | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index cd72e71..b61c42c 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -6,16 +6,18 @@
已扫画筒号:{{state.pid }}
-
+
搜索
+ margin-left: 15rpx;"
+ color="#EFC54E"
+ throttleTime="5"
+ :loading="loading"
+ @click="paintingList">搜索
-
@@ -39,7 +41,6 @@
-
@@ -78,6 +79,7 @@ const state = reactive({
page:1,
pageSize:10,
selectedUuid:"",
+ searchValue:"",
});
onLoad((options) => {
state.id = options.id;
@@ -101,6 +103,7 @@ const paintingList = async (param) => {
ArtistName: "",
page:state.page,
pageSize:state.pageSize,
+ searchValue:state.searchValue,
...param,
});
if (res.status === 0) {