|
|
@@ -168,7 +168,7 @@ export default {
|
|
|
while(xmbhIndex <jcxm.length){
|
|
|
yp.forEach((item,index)=>{
|
|
|
let count = item.jian_ce_xiang_mu_.split(',').length + xmbhIndex
|
|
|
- for(;xmbhIndex<count;xmbhIndex++){
|
|
|
+ for(;xmbhIndex<count && xmbhIndex < jcxm.length;xmbhIndex++){
|
|
|
let x = {
|
|
|
yang_pin_ming_che : item.yang_pin_ming_che,
|
|
|
yang_pin_bian_hao : item.yang_pin_bian_hao,
|