| src/views/farm/farmingrecord.vue | ●●●●● 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,