[update] 联调法规符合性评估库和不符合项库
This commit is contained in:
+3
-3
@@ -182,9 +182,9 @@ export default {
|
|||||||
handleLook (record) {
|
handleLook (record) {
|
||||||
this.$refs.assessmentLookModal.open(record)
|
this.$refs.assessmentLookModal.open(record)
|
||||||
},
|
},
|
||||||
dataChange (valueOne, valueTwo) {
|
dataChange (value) {
|
||||||
this.queryParam.startValuationTime = valueOne
|
this.queryParam.startValuationTime = value[0]
|
||||||
this.queryParam.endValuationTime = valueTwo
|
this.queryParam.endValuationTime = value[1]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user