修改禅道已知bug

This commit is contained in:
sunFlower
2022-10-10 16:01:03 +08:00
parent a6dae21469
commit 92e78695f8
@@ -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()