111
@@ -251,7 +251,7 @@ export default {
practiceGroupManage(obj).then(res => {
if (res.code == 200) {
this.tableData = res.data.rows;
- this.rules.total = res.data.total;
+ this.rules.total = res.data.total;
}
});
},