即使列表
This commit is contained in:
parent
d8137ecf53
commit
8d2bdea66b
|
@ -490,7 +490,6 @@
|
||||||
methods: {
|
methods: {
|
||||||
quding(){
|
quding(){
|
||||||
this.getlist();
|
this.getlist();
|
||||||
console.log("this.technicianType=============>",this.technicianType)
|
|
||||||
this.showpay = false;
|
this.showpay = false;
|
||||||
},
|
},
|
||||||
toggle() {
|
toggle() {
|
||||||
|
@ -517,7 +516,6 @@
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
changeClickSon(item){
|
changeClickSon(item){
|
||||||
console.log("item",item)
|
|
||||||
var index = []
|
var index = []
|
||||||
for(var i=0;i<item.detail.data.length;i++){
|
for(var i=0;i<item.detail.data.length;i++){
|
||||||
index.push(item.detail.data[i].value)
|
index.push(item.detail.data[i].value)
|
||||||
|
|
Loading…
Reference in New Issue