@@ -54,6 +54,7 @@
deptId:this.propsPageData.checkTreeId,
}
listAbnormal(obj).then(response => {
+ this.$set(this,'total',response.total);
this.$set(this,'listData',response.rows);
this.loading = false;
})
listStandard(obj).then(response => {