智慧农业后台管理页面
xiebin
2022-07-20 43b98b6b79ea1eeb4683db3944809d51d3bb5d40
修复农事操作记录地块条件查询不生效问题
1 files modified
7 ■■■■■ changed files
src/views/farm/farmingrecord.vue 7 ●●●●● patch | view | raw | blame | history
src/views/farm/farmingrecord.vue
@@ -60,6 +60,7 @@
        total: 0,
      },
      selectionList: [],
      landId:0,
      landList: [],
      option: {
        tip: false,
@@ -110,6 +111,9 @@
            props: {
              label: "landName",
              value: "id",
            },
            change: (val) => {
              this.landId = val.value
            },
            labelWidth: 110,
            rules: [
@@ -425,6 +429,9 @@
      params.landId=datas;
      params['tenantId'] = this.userInfo.tenant_id;
      params['deptId'] = this.userInfo.dept_id;
      if (this.landId) {
        params['landId'] = this.landId
      }
      getList(
        page.currentPage,
        page.pageSize,