综合查询分页!接口联调
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -362,7 +362,7 @@ | ... | @@ -362,7 +362,7 @@ |
362 | fwsjytbsm:'', | 362 | fwsjytbsm:'', |
363 | sx:'', | 363 | sx:'', |
364 | }); | 364 | }); |
365 | this.ytTitleRowspan=this.form.ytList.length; | 365 | this.ytTitleRowspan=this.form.fwytList.length; |
366 | }, | 366 | }, |
367 | deleteYtInfo(index){ | 367 | deleteYtInfo(index){ |
368 | if(this.form.fwytList.length<=1){ | 368 | if(this.form.fwytList.length<=1){ |
... | @@ -372,7 +372,7 @@ | ... | @@ -372,7 +372,7 @@ |
372 | }); | 372 | }); |
373 | }else{ | 373 | }else{ |
374 | this.form.fwytList.splice(index,1); | 374 | this.form.fwytList.splice(index,1); |
375 | this.ytTitleRowspan=this.form.ytList.length; | 375 | this.ytTitleRowspan=this.form.fwytList.length; |
376 | } | 376 | } |
377 | }, | 377 | }, |
378 | addFwjgInfo(){ | 378 | addFwjgInfo(){ | ... | ... |
-
Please register or sign in to post a comment