From fafb6064903b706b20dde8179bb0534000d7b209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E8=82=83?= <15833576927@163.com> Date: Thu, 30 May 2024 17:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E5=9B=A0=E5=9E=8B=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basicData/breedingBaseApi.js | 8 +++++++ src/views/index.vue | 20 ++++++++++++---- src/views/system/base/baseRightControl.vue | 22 +++++++++++++---- src/views/system/base/massifTable.vue | 24 +++++++++++++------ .../tableTypeData/plantTableData/index.vue | 19 +++++++++++++-- src/views/tableTypeData/rawData/index.vue | 4 +++- src/views/tableTypeData/tabularData/index.vue | 4 +++- 7 files changed, 80 insertions(+), 21 deletions(-) diff --git a/src/api/basicData/breedingBaseApi.js b/src/api/basicData/breedingBaseApi.js index f04be93..34ac3a7 100644 --- a/src/api/basicData/breedingBaseApi.js +++ b/src/api/basicData/breedingBaseApi.js @@ -51,3 +51,11 @@ export function breedingBaseDeleteById(params) { params: params }) } +// 查询种植季信息 +export function selSeasonInfo(params) { + return request({ + url: '/season_info/selSeasonInfo', + method: 'post', + data: params + }) +} diff --git a/src/views/index.vue b/src/views/index.vue index 48c14ef..3531e4e 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -362,6 +362,8 @@