From 4614132f8d7804ab54843220e25077e97fd33e44 Mon Sep 17 00:00:00 2001 From: monkeyhouyi Date: Wed, 14 Aug 2024 16:56:21 +0800 Subject: [PATCH] 列表查询,案件处理 --- src/api/baseData/company.js | 3 ++- src/api/systemData/dataInterface.js | 4 ++-- src/views/DisposalSuggestions/index.vue | 37 +++++++++---------------------------- src/views/baseCaseHandling/Form.vue | 16 +++++++++++----- src/views/baseCaseHandling/index.vue | 15 ++++++++------- src/views/baseInspectionReport/index.vue | 40 ++++++++-------------------------------- src/views/basePrincipalResponsibility/Form.vue | 12 ++++++++---- src/views/basePrincipalResponsibility/index.vue | 18 ++++++++++-------- src/views/baseSpecialAction/index.vue | 10 +++++----- src/views/baseSystemInfo/index.vue | 10 +++++----- src/views/overView/Overview.vue | 2 +- 11 files changed, 69 insertions(+), 98 deletions(-) diff --git a/src/api/baseData/company.js b/src/api/baseData/company.js index e0b7c0c..92ba9b1 100644 --- a/src/api/baseData/company.js +++ b/src/api/baseData/company.js @@ -2,10 +2,11 @@ import request from "@/utils/request"; // 获取公司信息列表 -export async function getCompanyInfoList() { +export async function getCompanyInfoList(data) { return await request({ url: '/Extend/basecomapnyinfo', method: 'get', + params: data, }); } // 获取公司信息 diff --git a/src/api/systemData/dataInterface.js b/src/api/systemData/dataInterface.js index 68cef67..a4d6501 100644 --- a/src/api/systemData/dataInterface.js +++ b/src/api/systemData/dataInterface.js @@ -5,7 +5,7 @@ export function getListForJudge(data) { return request({ url: `/Extend/BaseInspectionReport/GetListForJudge`, method: 'GET', - data + params: data }) } // 查询当前登陆人发起的列表 @@ -13,7 +13,7 @@ export function getList(data) { return request({ url: `/Extend/BaseInspectionReport/GetListForCurrentUser`, method: 'GET', - data + params: data }) } // 获取单个巡查上报 diff --git a/src/views/DisposalSuggestions/index.vue b/src/views/DisposalSuggestions/index.vue index 39d66dc..3db01e6 100644 --- a/src/views/DisposalSuggestions/index.vue +++ b/src/views/DisposalSuggestions/index.vue @@ -14,7 +14,7 @@ - + @@ -25,16 +25,7 @@ --> - - - - - - - - - - + @@ -48,7 +39,7 @@ - + @@ -81,12 +72,13 @@