From b9d19e081b06bb49c1312e487976519cb00deb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Mon, 18 Sep 2023 14:59:00 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86?= =?UTF-8?q?=E3=80=81=E9=80=89=E6=8B=A9=E6=A0=87=E5=87=86=E6=8A=BD=E5=B1=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/api.js | 2 +- src/assets/less/common.less | 4 ++-- src/components/customField/Search.vue | 10 ++++++++ .../selection/StandardSelectionModal.vue | 24 +++++++++---------- src/mixins/JeroListMixin.js | 5 +--- .../domesticStandard/DomesticStandardList.vue | 1 + 6 files changed, 27 insertions(+), 19 deletions(-) diff --git a/src/api/api.js b/src/api/api.js index 9b578556..67770cd9 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -121,7 +121,7 @@ const editCategoryItem = (params) => postAction('/sys/category/edit', params) const getFileInfo = (params) => getAction('/sys/oss/file/queryById', params) // 标准选择框,分页查询标准数据 -const getStandardList = (params) => getAction('', params) +const getStandardList = (params) => getAction('/laws/standard/common/getManyStandardSelectionBox', params) // 内部工作组,左侧树查询 const getWorkGroupTreeList = (params) => getAction('/sys/lawsWorkingGroup/list', params) diff --git a/src/assets/less/common.less b/src/assets/less/common.less index b2de34c3..7e958217 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -1,7 +1,7 @@ @primary-color: #D52C26; /* 页面不出全局滚动条的高度,如果在vue文件使用,就只能在style里引入common.less */ -/*59px是用户信息那块,52px是标签,24px是上下的留白*/ -@page-content-h: calc(100vh - 59px - 52px - 24px); +/*59px是用户信息那块,52px是标签,12px是上下的留白*/ +@page-content-h: calc(100vh - 59px - 52px - 12px); /*列表上方操作按钮区域*/ /*.ant-card-body .table-operator { diff --git a/src/components/customField/Search.vue b/src/components/customField/Search.vue index d0dbe553..c97aca1d 100644 --- a/src/components/customField/Search.vue +++ b/src/components/customField/Search.vue @@ -76,6 +76,16 @@ /> + +