From b805b85c7540111687d87d926ba6018fc17b0de5 Mon Sep 17 00:00:00 2001 From: shen_yan_pu <1975145892@qq.com> Date: Mon, 26 Jul 2021 10:10:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=88=97=E8=A1=A8=E6=B8=85=E7=A9=BA=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=8C=E6=96=B0=E5=A2=9E=E3=80=81=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../page/listOfCountries.vue | 6 +-- .../page/listOther.vue | 13 +++--- .../page/listProject.vue | 13 +++--- .../pages/addEdit.vue | 6 +-- .../pages/details.vue | 44 +++++++++++++++---- .../pages/otherAddEit.vue | 2 +- .../pages/projectAddEit.vue | 2 +- 7 files changed, 53 insertions(+), 33 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue index d1758b600..cc10b90c5 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue @@ -289,10 +289,8 @@ export default { this.searchSarAccess(); }, clearSearch() { - this.sarSarAccessEOSearch = { - countryArea: "", - detailedListName: "" - }; + this.sarSarAccessEOSearch.countryArea = '' + this.sarSarAccessEOSearch.detailedListName = '' this.searchSarAccess(); }, // 新增相关 diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue index e9e38173a..36b0a7b56 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue @@ -165,12 +165,11 @@ export default { total: 0, page: 1, rows: 10, + pageSize: this.$store.getters.userInfo.configContent, // 查询相关参数 sarSarAccessEOSearch: { detailedList: "", detailedListName: "", - page: 1, - pageSize: this.$store.getters.userInfo.configContent }, sarAccessListDatas: [], sarAccessListTotal: 0, @@ -267,9 +266,9 @@ export default { //分页查询 searchSarAccess() { this.$http.get("sarLawsDetailedList/sar-laws-detailed-list/getAllStand", { - ...this.sarSarAccessEOSearch, page: 1, - pageSize: 10, + pageSize: this.pageSize, + ...this.sarSarAccessEOSearch, sortKey: 3 }, { _this: this @@ -289,10 +288,8 @@ export default { this.searchSarAccess(); }, clearSearch() { - this.sarSarAccessEOSearch = { - detailedList: "", - detailedListName: "" - }; + this.sarSarAccessEOSearch.detailedList = '' + this.sarSarAccessEOSearch.detailedListName = '' this.searchSarAccess(); }, // 新增相关 diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue index 29a9da82b..d90958400 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue @@ -165,13 +165,12 @@ export default { searching: false, total: 0, page: 1, + pageSize: this.$store.getters.userInfo.configContent, rows: 10, // 查询相关参数 sarSarAccessEOSearch: { projectName: "", detailedListName: "", - page: 1, - pageSize: this.$store.getters.userInfo.configContent }, sarAccessListDatas: [], sarAccessListTotal: 0, @@ -268,9 +267,9 @@ export default { //分页查询 searchSarAccess() { this.$http.get("sarLawsDetailedList/sar-laws-detailed-list/getAllStand", { + page: this.page, + pageSize: this.pageSize, ...this.sarSarAccessEOSearch, - page: 1, - pageSize: 10, sortKey: 2 }, { _this: this @@ -291,10 +290,8 @@ export default { }, //清空 clearSearch() { - this.sarSarAccessEOSearch = { - projectName: "", - detailedListName: "", - }; + this.sarSarAccessEOSearch.projectName = '' + this.sarSarAccessEOSearch.detailedListName = '' this.searchSarAccess() }, diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 9300400fc..96f578574 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1376,9 +1376,9 @@ export default { // 清单条目 table select事件 sarAccessInfoSelect (selectData) { this.sarAccessInfoListArry = selectData - let sarAccessInfoListArryId = [] + /* let sarAccessInfoListArryId = [] for(let i=0; i - + + + + 查询 @@ -106,7 +120,7 @@ + + + + + 0) { diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index 351a42d50..f8c391e79 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -1392,7 +1392,7 @@ export default { for (var accessInfo in exportList) { accIdAndrestype.push(exportList[accessInfo].id) } - const exportURL = interfaceUrl + 'sarLawsAttrDetailedList/sar-laws-attr-detailed-list/ExportLawsById?'+ '&exportType=apart'+ '&ids=' + accIdAndrestype.join(',')+ '&exportName=' + this.exportName + const exportURL = interfaceUrl + 'sarLawsAttrDetailedList/sar-laws-attr-detailed-list/ExportLawsById?'+ '&exportType=apart'+ '&id=' + accIdAndrestype.join(',')+ '&exportName=' + this.exportName window.open(exportURL) // window.location.href = '/api/lawss/sarSarAccessInfo/exportSarSarAccessInfo?idAndSartypeList=' + accIdAndrestype.join(',') + '&exportType=apart' + '&exportName=' + exportNames this.$message.success('导出信息成功') diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue index ad7f9a9fe..3c8704868 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue @@ -1390,7 +1390,7 @@ export default { for (var accessInfo in exportList) { accIdAndrestype.push(exportList[accessInfo].id) } - const exportURL = interfaceUrl + 'sarLawsAttrDetailedList/sar-laws-attr-detailed-list/ExportLawsById?'+ '&exportType=apart'+ '&ids=' + accIdAndrestype.join(',')+ '&exportName=' + this.exportName + const exportURL = interfaceUrl + 'sarLawsAttrDetailedList/sar-laws-attr-detailed-list/ExportLawsById?'+ '&exportType=apart'+ '&id=' + accIdAndrestype.join(',')+ '&exportName=' + this.exportName window.open(exportURL) // window.location.href = '/api/lawss/sarSarAccessInfo/exportSarSarAccessInfo?idAndSartypeList=' + accIdAndrestype.join(',') + '&exportType=apart' + '&exportName=' + exportNames this.$message.success('导出信息成功') From b529a40fca0cad187899b1abaf3de509044ebe9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Mon, 26 Jul 2021 10:15:52 +0800 Subject: [PATCH 2/2] commit --- src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue | 2 +- src/sysConfig/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue index 6bf257c8a..6d9762ffe 100644 --- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1.vue @@ -1256,7 +1256,7 @@ export default { this.listForm.standId = bringData[0].id; this.listForm.listName = bringData[0].detailedListName; this.listForm.descriptionList = bringData[0].remark; - this.listForm.fileId = bringData[0].fileId; + this.listForm.fileId = bringData[0].fileIds; this.ListModel = false; this.$http.get("sarLawsAttrDetailedList/sar-laws-attr-detailed-list/selectLawsById", { id: bringData[0].id, page: this.page, Size:this.pageSize}, { diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js index 9dc9abba8..b129240b6 100644 --- a/src/sysConfig/index.js +++ b/src/sysConfig/index.js @@ -7,8 +7,8 @@ // const devIp = '39.98.140.126' // const devInterfacePORT = '10005' // const devIp = '192.168.10.248' -const devIp = '10.96.170.173' -const devInterfacePORT = '9999' +const devIp = '101.36.227.25' +const devInterfacePORT = '8038' // 云端端口号 const DEV_CLOUD_RES_INTERFACE_PORT = '7777' const simpleFilePath = 'att/attFile/upload'