From 0e415b43883805c455354793afee19f875025888 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 19 Dec 2025 13:38:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentEntryApply/equipmentInput/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/EquipmentEntryApply/equipmentInput/index.vue b/src/views/EquipmentEntryApply/equipmentInput/index.vue index 5b8abbb5..9f6f933e 100644 --- a/src/views/EquipmentEntryApply/equipmentInput/index.vue +++ b/src/views/EquipmentEntryApply/equipmentInput/index.vue @@ -920,7 +920,7 @@ export default { '导入结果', { dangerouslyUseHTMLString: true }, ) - this.orderId = response.data + this.orderId = response.data || '' this.$router .replace({ query: { @@ -992,7 +992,7 @@ export default { : '' this.queryParams.startProductionDate = this.queryParams.productionDate ? this.queryParams.productionDate[0] : '' this.queryParams.endProductionDate = this.queryParams.productionDate ? this.queryParams.productionDate[1] : '' - this.queryParams.orderId = this.orderId + this.queryParams.orderId = this.orderId || '' const params = { ...this.queryParams } delete params.orderCreateTime delete params.productionDate