mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 19:06:48 +08:00
fix:路径图列表显示
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
>
|
||||
{{ loading.close() }}
|
||||
<div style="min-width: 770px; width: 100%">
|
||||
<el-table :data="data" style="width: 100%" @row-click="gofun">
|
||||
<el-table :data="dates" style="width: 100%" @row-click="gofun">
|
||||
<el-table-column
|
||||
prop="img"
|
||||
label="缩略图"
|
||||
@@ -179,8 +179,11 @@ loading.value = ElLoading.service({
|
||||
background: "rgba(0, 0, 0, 0.7)",
|
||||
});
|
||||
|
||||
const dates = ref([])
|
||||
|
||||
const { data } = usePage(ROUTER_LIST, { pageSize: 60 }, (e) => {
|
||||
console.log("我请求成功了吗", e);
|
||||
dates.value = e.data;
|
||||
isLoading.value = false;
|
||||
});
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user