huang_an 1 rok temu
rodzic
commit
896853b405

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

@@ -132,7 +132,7 @@
     methods: {
       async getTypeList() {
         this.typeList = await getCategorymeasureList({ parentId: 0 });
-        this.this.getPages();
+        this.getPages();
       },
       addType(type) {
         if (type == '新增') {