848bcb9b by zhaoqian

综合查询分页!接口联调

1 parent 340a5a58
......@@ -362,7 +362,7 @@
fwsjytbsm:'',
sx:'',
});
this.ytTitleRowspan=this.form.ytList.length;
this.ytTitleRowspan=this.form.fwytList.length;
},
deleteYtInfo(index){
if(this.form.fwytList.length<=1){
......@@ -372,7 +372,7 @@
});
}else{
this.form.fwytList.splice(index,1);
this.ytTitleRowspan=this.form.ytList.length;
this.ytTitleRowspan=this.form.fwytList.length;
}
},
addFwjgInfo(){
......