src/pages/page-web/projects/project_list/list_page/list.vue
@@ -24,11 +24,7 @@ </div> </div> <div class="wrap_card"> <a-spin :spinning="spinning" :delay="delayTime"> <List @refreshList="init" :cardList="cardList" /> </a-spin> <List @refreshList="init" v-model="spinning" :cardList="cardList"></List> </div> <!-- <button @click="goDetail">列表详情</button> --> </div> @@ -61,7 +57,6 @@ }) // ant 加载 const spinning = ref<boolean>(false) const delayTime = 500 const goDetail = () => { router.push({ name: ERouterName.WORKSPACE }) @@ -169,4 +164,5 @@ flex: 1; overflow-y: auto; } }</style> } </style>