From d89cb6dd712e8a5fe21f2a1ab2d1dbb16fbc0341 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 07 三月 2025 17:16:59 +0800 Subject: [PATCH] 原材料下单,原材料报检分页传参修改 --- src/views/business/rawMaterialInspection/index.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/business/rawMaterialInspection/index.vue b/src/views/business/rawMaterialInspection/index.vue index d83ed77..d0f8df2 100644 --- a/src/views/business/rawMaterialInspection/index.vue +++ b/src/views/business/rawMaterialInspection/index.vue @@ -563,6 +563,9 @@ if(null != this.componentData.date){ this.componentData.beginDeclareDate = this.componentData.date[0] this.componentData.endDeclareDate = this.componentData.date[1] + } else { + this.componentData.beginDeclareDate = '' + this.componentData.endDeclareDate = '' } getIfsByFinish({ ...this.componentData, ...this.page1 }).then(res => { this.tableLoading1 = false @@ -580,6 +583,9 @@ if(null != this.componentData.date){ this.componentData.beginDeclareDate = this.componentData.date[0] this.componentData.endDeclareDate = this.componentData.date[1] + } else { + this.componentData.beginDeclareDate = '' + this.componentData.endDeclareDate = '' } getIfsByAll({ ...this.componentData, ...this.page1 }).then(res => { this.tableLoading1 = false -- Gitblit v1.9.3