From ff182165ae0aab72de6fe97c49d22be4c42288e7 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 24 Jun 2025 14:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E4=BF=AE=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kitchen/staffManage/morningCheck/index.vue | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) 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);