huang_an преди 1 година
родител
ревизия
0eb2f5a486
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/rulesManagement/meteringManagement/index.vue

+ 1 - 0
src/views/rulesManagement/meteringManagement/index.vue

@@ -172,6 +172,7 @@
         });
       },
       async getTypeList() {
+        this.currentObj = {};
         this.typeList = await getCategorymeasureList({ parentId: 0 });
         this.getPages();
       },