848bcb9b by zhaoqian

综合查询分页!接口联调

1 parent 340a5a58
...@@ -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(){
......