Commit b9f4469d authored by lixy's avatar lixy

删除无用引用

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