Explorar el Código

fix 修复 代码生成列表加载问题你

疯狂的狮子Li hace 7 meses
padre
commit
84888c3c28
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/tool/gen/index.vue

+ 1 - 1
src/views/tool/gen/index.vue

@@ -243,8 +243,8 @@ onMounted(() => {
     queryParams.value.pageNum = Number(route.query.pageNum);
     dateRange.value = ['', ''];
     queryFormRef.value?.resetFields();
-    getList();
   }
+  getList();
   getDataNameList();
 });
 </script>