Ver Fonte

修改计量管理

huang_an há 1 ano atrás
pai
commit
0eb2f5a486
1 ficheiros alterados com 1 adições e 0 exclusões
  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();
       },