From 7ff76fe4bcc7a2512ef1582c61d28d0291e22044 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Sun, 8 Aug 2021 18:08:03 +0800 Subject: [PATCH 1/3] commit --- .../pages/creatProcess/bzjd/step1-1.vue | 15 +++++++++++- .../pages/creatProcess/bzjd/step1.vue | 24 ++++++++++++++++++- .../pages/creatProcess/bzjd/step2.vue | 15 +++++++++++- .../pages/creatProcess/bzjd/step3.vue | 17 +++++++++++-- .../pages/creatProcess/bzjd/step4.vue | 17 +++++++++++-- .../pages/creatProcess/bzjd/step5.vue | 17 +++++++++++-- .../pages/creatProcess/bzjd/step6.vue | 17 +++++++++++-- 7 files changed, 111 insertions(+), 11 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue index edcdc36b2..719b13749 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue @@ -103,14 +103,18 @@ + + + +
+
+ 关闭 +
+
+ + + + + Date: Sun, 8 Aug 2021 22:38:59 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85,?= =?UTF-8?q?=E6=A0=87=E5=87=86=E5=88=86=E8=A7=A3=E5=8D=95=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../details/otherStandardDetails/index.vue | 93 ++++++++++++------- 1 file changed, 59 insertions(+), 34 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index afc9a4ef2..3514f3266 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -418,28 +418,52 @@ trigger="click" :value="false" > - + + + + + + + +
- - + + + + + + + +
+ + + + - + + + + +
+ + +
+
+ + +
+ + +
@@ -507,7 +531,7 @@
@@ -533,30 +557,30 @@ @@ -1247,15 +1271,13 @@ export default { modalStandItemflag: false, tableLoading: false, standItemSearch: { + XCXSSRQ:'', + ZCCSSRQ:'', standId: '', fileType: '', - responsibleUnit: '', - orgName: '', - validFlag: '0', + itemsName:'', pageSize: this.$store.getters.userInfo.configContent, page: 1, - nameOrRequest: '', - parts: '' }, standitemTotal: 0, searching: false, @@ -2231,11 +2253,14 @@ export default { selectSarStandItems (id, flag) { this.standItemSearch.standId = this.sarStandardsInfoEO.id this.standItemSearch.fileType = this.fileType - this.$http.get('lawss/sarStandItems/getSarStandItemsList', this.standItemSearch, { - _this: this, loading: 'tableLoading' - }, res => { + this.$http.get('SarStandItems/sar-stand-items/querySarItemAndInterpretation', this.standItemSearch, {}, res => { this.selectedItemList = [] - this.standItemList = res.data.list + if (res.ok) { + this.standItemList = res.data; + console.log("hello"+this.standItemList+res.data); + this.standitemTotal = res.data.count // 分页需要 + } + // if (this.standItemList != null && this.standItemList.length > 0) { // for (let ind = 0; ind < this.standItemList.length; ind++) { // // 去掉html标签 @@ -2244,7 +2269,7 @@ export default { // this.standItemList[ind].termsConditions = itemContent // } // } - this.standitemTotal = res.data.count // 分页需要 + }, e => { }) }, From a44cefdcebec76b4d4409e61e492909e0dfa8d80 Mon Sep 17 00:00:00 2001 From: "wangxiahui@91isoft.com" <140316hui> Date: Mon, 9 Aug 2021 09:05:58 +0800 Subject: [PATCH 3/3] =?UTF-8?q?navMenu=E8=BF=98=E5=9C=A8=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=9A=84=E5=8A=9F=E8=83=BD=E5=85=88=E6=B3=A8=E9=87=8A=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index 73450e5bc..84fe9f31a 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -93,11 +93,11 @@ export default { // path: '/partCodeApply', // menuId: '' // }, - { - title: '标准法规工作组数据统计', - path: '/dataStatisComments', - menuId: '' - }, + // { + // title: '标准法规工作组数据统计', + // path: '/dataStatisComments', + // menuId: '' + // }, { title: '海外标准法规', path: '/foreignStandardsAndRegulations',