|
|
@@ -157,7 +157,7 @@
|
|
|
:fetch-suggestions="getCol"
|
|
|
@blur="clear('toInsertDiscPortId')"
|
|
|
placeholder="选择卸货港"
|
|
|
- @select="selectToInsertDiscProt($event)"
|
|
|
+ @select="selectToInsertDiscPort($event)"
|
|
|
style="width: 120px !important"
|
|
|
/>
|
|
|
<el-button type="primary" @click="addNewPort">确认添加</el-button>
|
|
|
@@ -3004,7 +3004,7 @@ function clear(type) {
|
|
|
toInsertDiscPortId.value = "";
|
|
|
toInsertDiscPortValue.value = "";
|
|
|
}
|
|
|
-let selectToInsertDiscProt = (item, index) => {
|
|
|
+let selectToInsertDiscPort = (item, index) => {
|
|
|
console.log(item);
|
|
|
toInsertDiscPortId.value = item.key;
|
|
|
toInsertDiscPortValue.value = item.value;
|