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