|
@@ -64,6 +64,7 @@ export default {
|
|
listArr:{
|
|
listArr:{
|
|
handler(n,o){
|
|
handler(n,o){
|
|
this.plainOptions = this.listArr
|
|
this.plainOptions = this.listArr
|
|
|
|
+ this.valueOptions=[];
|
|
this.listArr.forEach((item) => {
|
|
this.listArr.forEach((item) => {
|
|
this.valueOptions.push(item.value)
|
|
this.valueOptions.push(item.value)
|
|
})
|
|
})
|
|
@@ -77,6 +78,7 @@ export default {
|
|
this.checkedList=[]
|
|
this.checkedList=[]
|
|
this.checkedShowList=[];
|
|
this.checkedShowList=[];
|
|
this.plainOptions = this.listArr
|
|
this.plainOptions = this.listArr
|
|
|
|
+ this.valueOptions=[];
|
|
this.listArr.forEach((item) => {
|
|
this.listArr.forEach((item) => {
|
|
this.valueOptions.push(item.value)
|
|
this.valueOptions.push(item.value)
|
|
})
|
|
})
|
|
@@ -173,6 +175,7 @@ export default {
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
this.plainOptions = this.listArr
|
|
this.plainOptions = this.listArr
|
|
|
|
+ this.valueOptions=[];
|
|
this.listArr.forEach((item) => {
|
|
this.listArr.forEach((item) => {
|
|
this.valueOptions.push(item.value)
|
|
this.valueOptions.push(item.value)
|
|
})
|
|
})
|