Commit b9f4469d authored by lixy's avatar lixy

删除无用引用

parent 46e5f3cf
......@@ -76,7 +76,6 @@
putObj
} from 'api/base_info/branch_company';
import chinaMap from './chinaMap';
import companyMap from './companyMap';
import {
getSonRegionByCodes,
......@@ -90,7 +89,6 @@
name: 'branchCompany',
components: {
BmMap,
companyMap,
chinaMap},
data() {
return {
......
......@@ -19,8 +19,6 @@
</el-form>
</div>
</div>
<!--分公司分布图-->
<!--<company-map :toSonData="list"></company-map>-->
<!--地图-->
<china-map :list="list" :provinceName="provinceName"></china-map>
<!--分公司数据-->
......@@ -76,7 +74,6 @@
putObj
} from 'api/base_info/branch_company';
import chinaMap from './chinaMap';
import companyMap from './companyMap';
import {
getSonRegionByCodes,
......@@ -90,7 +87,6 @@
name: 'branchCompany',
components: {
BmMap,
companyMap,
chinaMap},
data() {
return {
......
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