huang_an пре 1 година
родитељ
комит
896853b405
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/rulesManagement/meteringManagement/index.vue

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

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