修改传参

This commit is contained in:
zhangjun
2022-09-09 15:53:20 +08:00
parent e60e488e2d
commit 2d7ffb135c
@@ -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'