From cd95dcd07f80fc40747b2a89932d2a4ebdedb9cc Mon Sep 17 00:00:00 2001
From: qiezi <15576055375@163.com>
Date: Wed, 18 Sep 2024 11:43:44 +0800
Subject: [PATCH] =?UTF-8?q?2024-09-18=20=E5=8D=95=E6=8D=AE=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/proofing/requestForProofing.vue | 2 +-
src/views/modules/quotation/requestForQuote.vue | 2 +-
src/views/modules/quotation/sellForQuotation.vue | 2 +-
src/views/modules/test/requestForTest.vue | 4 ++--
src/views/modules/test/testSoBom/testTable.vue | 8 ++++----
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue
index fc1e94f..304f46e 100644
--- a/src/views/modules/proofing/requestForProofing.vue
+++ b/src/views/modules/proofing/requestForProofing.vue
@@ -459,7 +459,7 @@
+ :visible.sync="chooseProjectListFlag" width="35%" :close-on-click-modal="false">
diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue
index 04aa684..33f85cc 100644
--- a/src/views/modules/quotation/requestForQuote.vue
+++ b/src/views/modules/quotation/requestForQuote.vue
@@ -377,7 +377,7 @@
-
diff --git a/src/views/modules/quotation/sellForQuotation.vue b/src/views/modules/quotation/sellForQuotation.vue
index 68cada8..dbbe0bd 100644
--- a/src/views/modules/quotation/sellForQuotation.vue
+++ b/src/views/modules/quotation/sellForQuotation.vue
@@ -359,7 +359,7 @@
+ :visible.sync="chooseProjectListFlag" width="35%" :close-on-click-modal="false">
diff --git a/src/views/modules/test/requestForTest.vue b/src/views/modules/test/requestForTest.vue
index f5c6b63..81ba710 100644
--- a/src/views/modules/test/requestForTest.vue
+++ b/src/views/modules/test/requestForTest.vue
@@ -422,7 +422,7 @@
-
+
@@ -579,7 +579,7 @@
-
+
diff --git a/src/views/modules/test/testSoBom/testTable.vue b/src/views/modules/test/testSoBom/testTable.vue
index e3c3d58..79230a6 100644
--- a/src/views/modules/test/testSoBom/testTable.vue
+++ b/src/views/modules/test/testSoBom/testTable.vue
@@ -576,8 +576,8 @@ export default {
}
queryPart(params).then(({data})=>{
if (data && data.code === 0){
- if (data.data && data.data.length === 1){
- this.dblClickPartTable(data.data[0])
+ if (data.rows && data.rows.length === 1){
+ this.dblClickPartTable(data.rows[0])
}else {
this.dblClickPartTable({
partNo:this.testSoBom.componentPartNo,
@@ -635,7 +635,7 @@ export default {
-
+
@@ -728,7 +728,7 @@ export default {
-