|
@@ -339,7 +339,7 @@
|
|
|
}
|
|
}
|
|
|
if (bindPickerChange){
|
|
if (bindPickerChange){
|
|
|
if (this.orderParam.childService.length === 0){
|
|
if (this.orderParam.childService.length === 0){
|
|
|
- this.selectServiceObject(this.serviceObjectList[0])
|
|
|
|
|
|
|
+ // this.selectServiceObject(this.serviceObjectList[0])
|
|
|
}else {
|
|
}else {
|
|
|
this.serviceObjectList.forEach(i=>{
|
|
this.serviceObjectList.forEach(i=>{
|
|
|
if (i.select){
|
|
if (i.select){
|
|
@@ -392,7 +392,7 @@
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
if (i === 0){
|
|
if (i === 0){
|
|
|
- this.selectServiceObject(items[i])
|
|
|
|
|
|
|
+ // this.selectServiceObject(items[i])
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|