修改传参

This commit is contained in:
zhangjun
2022-09-01 16:09:36 +08:00
parent 072c4edaaf
commit d39158f7bd
@@ -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'