This commit is contained in:
bb_pan 2025-12-19 13:38:26 +08:00
parent cdfcc351df
commit 0e415b4388
1 changed files with 2 additions and 2 deletions

View File

@ -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