From 20e25c7e059ea7706eaece7f9202e6b5ee88660b Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Wed, 15 Sep 2021 17:59:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85,=E5=B7=B2?= =?UTF-8?q?=E8=A2=AB=E5=88=86=E8=A7=A3=E7=9A=84=E7=9A=84=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=89=8D=E6=9C=89=E5=88=86=E8=A7=A3=E5=8D=95=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../details/otherStandardDetails/index.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 08138be9c..3b0df04a6 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -408,12 +408,14 @@

标准分解单 + @@ -519,6 +521,7 @@
{ this.sarStandardsInfoEO = res.data || {} + this.itemExistList=this.sarStandardsInfoEO.attrInfoMap.itemExistList; + console.log("hllo",this.sarStandardsInfoEO); if (this.sarStandardsInfoEO.issueTime != null && this.sarStandardsInfoEO.issueTime !== '') { this.sarStandardsInfoEO.issueTime = this.sarStandardsInfoEO.issueTime.split(' ')[0] } @@ -2343,13 +2351,18 @@ export default { }.bind(this) }) }, + sort(column){ + this.order=column.order; + this.orderBy=column.prop; + this.selectSarStandItems(); + }, // 分解单----查看标准条款相关 selectSarStandItems(id, flag) { this.standItemSearch.standId = this.sarStandardsInfoEO.id this.standItemSearch.fileType = this.fileType this.$http.get('SarStandItems/sar-stand-items/querySarItemAndInterpretation', { ...this.standItemSearch, - pageSize: this.pageSize7, page: this.page7, + pageSize: this.pageSize7, page: this.page7,order:this.order,orderBy:this.orderBy }, {}, res => { this.selectedItemList = [] if (res.ok) {