From 2d7ffb135c7a2044404b89a9517255ad319667d2 Mon Sep 17 00:00:00 2001 From: zhangjun <879913833@qq.com> Date: Thu, 1 Sep 2022 16:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/technologyInvolveProject.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/technologyInvolveProject.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/technologyInvolveProject.vue index 3e4997e2b..64bfc9447 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/technologyInvolveProject.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/technologyInvolveProject.vue @@ -433,6 +433,7 @@ loading2: false, itemType: false, interpretationTime: '', + prcNum: '', riskDegreeModal: false, editData: {}, riskDegree: '', @@ -619,6 +620,7 @@ }, // 外层清空条件查询 handleProjectCompliance (row) { this.standId = row.standId + this.prcNum = row.prcNum this.interpretationTime = row.interpretationTime this.querySarProStateZero() }, @@ -633,7 +635,8 @@ form.standId = this.standId form.current = this.sarProStateTotalPage form.size = this.sarProStatePageSize - form.interpretationTime = this.interpretationTime + // form.interpretationTime = this.interpretationTime + form.prcNum = this.prcNum this.$http.get('sarStandardComplianceAssessResult/interpretation', form, { _this: this, loading: 'loading2'