Browse Source

修改计量管理

huang_an 1 năm trước cách đây
mục cha
commit
0eb2f5a486
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
       },