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) {