Commit 0f6d2800 authored by wanglianghe's avatar wanglianghe

网点

parent 921b373d
...@@ -59,6 +59,7 @@ export const DICT_TYPE = { ...@@ -59,6 +59,7 @@ export const DICT_TYPE = {
ECW_BANK_TYPE: 'bank_type', // 银行账号类型 ECW_BANK_TYPE: 'bank_type', // 银行账号类型
ECW_DATA_SOURCE: 'data_source', // 数据来源 ECW_DATA_SOURCE: 'data_source', // 数据来源
ECW_REGION_TYPE: 'region_trade_type', // 区域类型 ECW_REGION_TYPE: 'region_trade_type', // 区域类型
ECW_TRANSPORT_TYPE: 'transport_type', //货运方式
} }
/** /**
......
...@@ -251,6 +251,7 @@ export default { ...@@ -251,6 +251,7 @@ export default {
}, },
getCountryList() { getCountryList() {
this.queryParams.treeType = 1;
getListTree(this.queryParams).then(response => { getListTree(this.queryParams).then(response => {
this.countryList = response.data; this.countryList = response.data;
}); });
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment