Browse Source

修改重复提交bug

yangg 7 months ago
parent
commit
41e5998842
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ui/src/views/system/template/category/components/dataList.vue

+ 1 - 1
ui/src/views/system/template/category/components/dataList.vue

@@ -222,7 +222,7 @@ export default {
     };
   },
   mounted() {
-    this.search();
+    /* this.search(); */
     this.initParentCategory();
   },
   methods: {