Explorar o código

删除无用方法

wang_xy hai 1 ano
pai
achega
4e311df728
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      src/views/gas/building/index.vue

+ 0 - 3
src/views/gas/building/index.vue

@@ -197,9 +197,6 @@ export default {
     this.getList();
   },
   methods: {
-    getAreaName(areaId) {
-      return this.areaList.filter(item => item.id == areaId)[0].name
-    },
     // 小区下拉
     getAreaList() {
       getAreaList().then(req => this.areaList = req.data)