|
|
|
@ -119,12 +119,12 @@ export default {
|
|
|
|
|
return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
|
|
},
|
|
|
|
|
CarrierHandleSearch(data) {
|
|
|
|
|
commondbCarrierlist({ cnName: data }).then(res => {
|
|
|
|
|
commondbCarrierlist({ KeyWord: data }).then(res => {
|
|
|
|
|
this.carrierCodeData = res.data
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
handleSearch(data) {
|
|
|
|
|
commondbCtn({ name: data }).then(res => {
|
|
|
|
|
commondbCtn({ KeyWord: data }).then(res => {
|
|
|
|
|
this.CodeData = res.data
|
|
|
|
|
console.log(this.CodeData)
|
|
|
|
|
})
|
|
|
|
|