修改传参
This commit is contained in:
+4
-1
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user