From a646db1a5c3b1d6f290ec66365d11b9a685af2ce Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 24 Dec 2024 15:01:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E9=AA=8C=E6=94=B6=E9=A9=B3?= =?UTF-8?q?=E5=9B=9E2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/back/component/home.vue | 3 +++ .../material/purchase/goodsArrived/component/addTools.vue | 1 + 2 files changed, 4 insertions(+) diff --git a/src/views/material/back/component/home.vue b/src/views/material/back/component/home.vue index ec910ed2..ac7eaffe 100644 --- a/src/views/material/back/component/home.vue +++ b/src/views/material/back/component/home.vue @@ -545,6 +545,9 @@ export default { if (this.queryParams.time && this.queryParams.time.length > 0) { this.queryParams.startTime = this.queryParams.time[0] this.queryParams.endTime = this.queryParams.time[1] + }else{ + this.queryParams.startTime=undefined + this.queryParams.endTime=undefined } try { let params = { diff --git a/src/views/material/purchase/goodsArrived/component/addTools.vue b/src/views/material/purchase/goodsArrived/component/addTools.vue index 2368db03..e3129f23 100644 --- a/src/views/material/purchase/goodsArrived/component/addTools.vue +++ b/src/views/material/purchase/goodsArrived/component/addTools.vue @@ -554,6 +554,7 @@ export default { obj.purchaseTaxPrice = 0 obj.purchaseNum = 1 obj.fixCode = "0" + obj.status=1 obj.bmFileInfos=[] tempList.push(obj) break