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