点位状态修改
This commit is contained in:
@@ -296,7 +296,7 @@ export default {
|
|||||||
},
|
},
|
||||||
dropdownMenu4 (i) {
|
dropdownMenu4 (i) {
|
||||||
this.active4 = i + ''
|
this.active4 = i + ''
|
||||||
if (this.option4[i].value === '1') {
|
if (this.option4[i].value === '1' || this.option4[i].value === '4') {
|
||||||
this.show = true
|
this.show = true
|
||||||
} else {
|
} else {
|
||||||
this.show = false
|
this.show = false
|
||||||
|
|||||||
Reference in New Issue
Block a user