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