diff --git a/src/views/kitchen/staffManage/morningCheck/index.vue b/src/views/kitchen/staffManage/morningCheck/index.vue
index 0d774c81..f983e01b 100644
--- a/src/views/kitchen/staffManage/morningCheck/index.vue
+++ b/src/views/kitchen/staffManage/morningCheck/index.vue
@@ -4,16 +4,8 @@
-
-
-
-
+
+
@@ -133,12 +125,10 @@ export default {
let param = {
"searchValue":this.queryParams.searchValue,
"checkStatus":this.queryParams.checkStatus,
+ "postName":this.queryParams.postName,
"pageNum": this.queryParams.pageNum,
"pageSize": this.queryParams.pageSize,
}
- if(this.queryParams.postIds&&this.queryParams.postIds.length>0){
- param.postIds = this.queryParams.postIds
- }
getStaffMorningCheckApi(param).then(response => {
this.tableListData = response.rows;
this.total = Number(response.total);