Browse Source

删除无用方法

wang_xy 1 year ago
parent
commit
4e311df728
1 changed files with 0 additions and 3 deletions
  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)