修改核酸超时人员列表分页样式
This commit is contained in:
parent
d1673e7245
commit
b890ba517f
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user