From 6ff8035fefbcb0e7341ceebbf40e07d6ad499f45 Mon Sep 17 00:00:00 2001 From: jinna Date: Tue, 31 Mar 2026 10:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4=E4=BC=A0?= =?UTF-8?q?=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productionDisposition/hearingDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/productionDisposition/hearingDialog.vue b/src/views/productionDisposition/hearingDialog.vue index c5ee876..d1c86ac 100644 --- a/src/views/productionDisposition/hearingDialog.vue +++ b/src/views/productionDisposition/hearingDialog.vue @@ -624,13 +624,13 @@ export default { console.log('detail--------------',this.detailInfo) let params = { + ...this.insideInfo, bizType:this.testType == 1 ? 3 : this.testType == 2 ? this.disposalType == 1 ? 1 : 2 : '', isBatProblem:this.checkList.includes('isBatProblem') ? 1 : 0, isClassicProblem:this.checkList.includes('isClassicProblem') ? 1 : 0, isLowError:this.checkList.includes('isLowError') ? 1 : 0, isQualityProblem:this.checkList.includes('isQualityProblem') ? 1 : 0, submitType:10, - ...this.insideInfo } console.log('params------------',params)