From 6ca8a700c2aa8c428256dff0d491c448ca812096 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 13 Sep 2022 14:34:28 +0800
Subject: [PATCH] 修改已出库待使用农资第一次进入时筛选条件为全部类型
---
src/views/mapPattern/index.vue | 1 -
src/views/stock/stockout.vue | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/mapPattern/index.vue b/src/views/mapPattern/index.vue
index ffa60d6..7350218 100644
--- a/src/views/mapPattern/index.vue
+++ b/src/views/mapPattern/index.vue
@@ -322,7 +322,6 @@
//获取地块轮廓统计信息
getLandIsAreaStatistic () {
getLandIsAreaStatistic(this.$farmId).then(res => {
- console.log(res)
this.landIsAreaStatistic = res.data.data
})
},
diff --git a/src/views/stock/stockout.vue b/src/views/stock/stockout.vue
index fb6343f..cc870db 100644
--- a/src/views/stock/stockout.vue
+++ b/src/views/stock/stockout.vue
@@ -110,7 +110,7 @@
data() {
return {
formInline: {
- stype: "0",
+ stype: "",
state: "0",
keyword: "",
},
--
Gitblit v1.9.3