fix:交接记录查看时总计错误纠正

This commit is contained in:
shijing 2025-01-06 14:58:00 +08:00
parent 0877bd03d3
commit e75dfe67be
1 changed files with 1 additions and 1 deletions

View File

@ -551,8 +551,8 @@ export default {
},
//
setData(data) {
this.totalCount = data.count;
Object.assign(this.form, data);
console.log('this.form',this.form);
if(data.type==30){
this.getUserList3();
}else{