智慧农业后台管理页面
guoshilong
2022-09-13 6ca8a700c2aa8c428256dff0d491c448ca812096
修改已出库待使用农资第一次进入时筛选条件为全部类型
2 files modified
3 ■■■■ changed files
src/views/mapPattern/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/stock/stockout.vue 2 ●●● patch | view | raw | blame | history
src/views/mapPattern/index.vue
@@ -322,7 +322,6 @@
        //获取地块轮廓统计信息
        getLandIsAreaStatistic () {
            getLandIsAreaStatistic(this.$farmId).then(res => {
                console.log(res)
                this.landIsAreaStatistic = res.data.data
            })
        },
src/views/stock/stockout.vue
@@ -110,7 +110,7 @@
  data() {
    return {
      formInline: {
        stype: "0",
        stype: "",
        state: "0",
        keyword: "",
      },