|
@@ -224,7 +224,7 @@ export default {
|
|
|
payMethod: r.fee_type_,
|
|
|
subName: r.sub_name_,
|
|
|
grade: r.grade_,
|
|
|
- voicyPart: r.sub_name_.split('.')[1],
|
|
|
+ voicyPart: r.sub_name_.split('.').reverse()[0],
|
|
|
isCopperPipe: r.isCopperPipe,
|
|
|
patriarchName: r.patriarch_name_,
|
|
|
patriarchPhone: r.patriarch_phone_,
|
|
@@ -235,7 +235,6 @@ export default {
|
|
|
}
|
|
|
// console.log(this.orderInfo)
|
|
|
this.instrument = instruments[this.cnToEn(this.result.voicyPart)]
|
|
|
-
|
|
|
// if(r.fee_type_ == 25 || r.fee_type_ == 26) {
|
|
|
// this.instrument.config.forEach(el => {
|
|
|
// el.checked = false
|