From 05012633e3cfe520addaac564e2265288747e667 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 18 Aug 2022 16:24:50 +0800
Subject: [PATCH] 默认种养品种筛选为种植中
---
src/views/farmplant/farmplant.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/farmplant/farmplant.vue b/src/views/farmplant/farmplant.vue
index 4227534..ecf5126 100644
--- a/src/views/farmplant/farmplant.vue
+++ b/src/views/farmplant/farmplant.vue
@@ -93,7 +93,9 @@
visible: true,
overVisible:false,
form: {},
- query: {},
+ query: {
+ status:1
+ },
loading: true,
excelBox: false,
page: {
@@ -429,6 +431,7 @@
prop: "status",
search: true,
searchSpan: 4,
+ searchValue:"1",
labelWidth: 110,
type: "select",
dicData: [
@@ -462,7 +465,7 @@
landIdcolumn.dicData = res.data.data
}
})
- this.query={}
+ this.query={status:1}
this.onLoad(this.page)
}
}
--
Gitblit v1.9.3