refactor: Discover Router done.
This commit is contained in:
@@ -271,7 +271,7 @@ export default {
|
||||
watch: {
|
||||
conformanceTempReportData: {
|
||||
handler: function(newValue) {
|
||||
if(newValue?.rule && newValue.rule.min) {
|
||||
if(newValue?.rule && newValue.rule.min != null) {
|
||||
this.selectDurationTime = {
|
||||
min: newValue.rule.min,
|
||||
max: newValue.rule.max,
|
||||
|
||||
Reference in New Issue
Block a user