瀏覽代碼

修改计量管理

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() {
       async getTypeList() {
+        this.currentObj = {};
         this.typeList = await getCategorymeasureList({ parentId: 0 });
         this.typeList = await getCategorymeasureList({ parentId: 0 });
         this.getPages();
         this.getPages();
       },
       },