修改传参

This commit is contained in:
zhangjun
2022-09-09 15:53:20 +08:00
parent e60e488e2d
commit 2d7ffb135c
@@ -433,6 +433,7 @@
loading2: false, loading2: false,
itemType: false, itemType: false,
interpretationTime: '', interpretationTime: '',
prcNum: '',
riskDegreeModal: false, riskDegreeModal: false,
editData: {}, editData: {},
riskDegree: '', riskDegree: '',
@@ -619,6 +620,7 @@
}, // 外层清空条件查询 }, // 外层清空条件查询
handleProjectCompliance (row) { handleProjectCompliance (row) {
this.standId = row.standId this.standId = row.standId
this.prcNum = row.prcNum
this.interpretationTime = row.interpretationTime this.interpretationTime = row.interpretationTime
this.querySarProStateZero() this.querySarProStateZero()
}, },
@@ -633,7 +635,8 @@
form.standId = this.standId form.standId = this.standId
form.current = this.sarProStateTotalPage form.current = this.sarProStateTotalPage
form.size = this.sarProStatePageSize form.size = this.sarProStatePageSize
form.interpretationTime = this.interpretationTime // form.interpretationTime = this.interpretationTime
form.prcNum = this.prcNum
this.$http.get('sarStandardComplianceAssessResult/interpretation', form, { this.$http.get('sarStandardComplianceAssessResult/interpretation', form, {
_this: this, _this: this,
loading: 'loading2' loading: 'loading2'