diff --git a/components/tpx-select/content-items.vue b/components/tpx-select/content-items.vue
index 31b96bd..23c915d 100644
--- a/components/tpx-select/content-items.vue
+++ b/components/tpx-select/content-items.vue
@@ -53,9 +53,6 @@
}
},
checkedList: {
- default () {
- return []
- }
},
list: {
default () {
diff --git a/components/tpx-select/default-select-input.vue b/components/tpx-select/default-select-input.vue
index 11c5291..176219f 100644
--- a/components/tpx-select/default-select-input.vue
+++ b/components/tpx-select/default-select-input.vue
@@ -54,9 +54,6 @@
}
},
checkedList: {
- default () {
- return []
- }
},
value: {
default () {
diff --git a/components/tpx-select/tpx-select.vue b/components/tpx-select/tpx-select.vue
index 2bb7c8f..59603ec 100644
--- a/components/tpx-select/tpx-select.vue
+++ b/components/tpx-select/tpx-select.vue
@@ -61,8 +61,8 @@
return list
},
filDatacheckedList() {
- let list = (this.getListFun ? this.resObject.checkedList : this.checkedList) || []
- if(this.transKeyVal) {
+ let list = (this.getListFun ? this.resObject.checkedList : this.checkedList)
+ if(Array.isArray(list) && this.transKeyVal) {
list = transListKeyTitle({ ...this.transKeyVal, list: list })
}
return list
@@ -123,9 +123,6 @@
}
},
checkedList: {
- default () {
- return []
- }
},
searchParam: {
default () {
diff --git a/pages/deliveryDeal/problemsRegiste.vue b/pages/deliveryDeal/problemsRegiste.vue
deleted file mode 100644
index 4d539cd..0000000
--- a/pages/deliveryDeal/problemsRegiste.vue
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确认签收
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/deliveryDeal/problemsRegisteScanning.vue b/pages/deliveryDeal/problemsRegisteScanning.vue
index 545f7dd..2f946fa 100644
--- a/pages/deliveryDeal/problemsRegisteScanning.vue
+++ b/pages/deliveryDeal/problemsRegisteScanning.vue
@@ -7,10 +7,9 @@
+ @change="handleScanValChange" iconPos="left">
-
@@ -23,7 +22,7 @@
-
+
@@ -50,15 +49,13 @@