修改禅道已知bug
This commit is contained in:
+3
-3
@@ -261,13 +261,13 @@
|
||||
},
|
||||
viewConsistentAssessmentClick() {
|
||||
this.comment = '一致'
|
||||
this.isVarianceTwo = !this.isVarianceTwo
|
||||
this.isVarianceTwo = true
|
||||
this.isVarianceOne = false
|
||||
this.isVarianceThe = false
|
||||
this.getData()
|
||||
},
|
||||
viewVarianceAssessmentClick() {
|
||||
this.isVarianceOne = !this.isVarianceOne
|
||||
this.isVarianceOne = true
|
||||
this.isVarianceTwo = false
|
||||
this.isVarianceThe = false
|
||||
this.comment = '差异'
|
||||
@@ -275,7 +275,7 @@
|
||||
},
|
||||
viewAllClick() {
|
||||
this.comment = ''
|
||||
this.isVarianceThe = !this.isVarianceThe
|
||||
this.isVarianceThe = true
|
||||
this.isVarianceOne = false
|
||||
this.isVarianceTwo = false
|
||||
this.getData()
|
||||
|
||||
Reference in New Issue
Block a user