From 31e47cebb043a65c838a23c517848f1afdab778c Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 13 三月 2025 09:45:30 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- 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