修改核酸超时人员列表分页样式

This commit is contained in:
jxjgmj 2022-06-17 15:23:55 +08:00
parent d1673e7245
commit b890ba517f

View File

@ -121,11 +121,13 @@ export default {
this.pageNo = val; this.pageNo = val;
this.getDataList(); this.getDataList();
}, },
//
screen(v) { screen(v) {
this.classParame = v; this.classParame = v;
this.pageNo = 1; this.pageNo = 1;
this.getDataList(); this.getDataList();
}, },
//
getDataList() { getDataList() {
selectWorkScheduleListApi({ selectWorkScheduleListApi({
selectType: this.classParame, selectType: this.classParame,