@@ -73,7 +73,7 @@ const handleSearch = () => {
const total = ref(0);
const limit = ref(12);
const currentPage = ref(1);
-initData();
+// initData();
function initData() {
if (refreshing.value) {
listData.value = [];