智慧农业后台管理页面
guoshilong
2022-08-18 05012633e3cfe520addaac564e2265288747e667
默认种养品种筛选为种植中
1 files modified
7 ■■■■ changed files
src/views/farmplant/farmplant.vue 7 ●●●● patch | view | raw | blame | history
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)
            }
        }