[update] 联调法规符合性评估库和不符合项库

This commit is contained in:
lideqin
2024-06-24 21:12:27 +08:00
parent 990d358e68
commit 1fbb05c72b
@@ -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]
} }
} }
} }