huang_an 1 год назад
Родитель
Сommit
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();
       },