提交 f0b6e3d8 编写于 作者: N nvg_haru

Auto Commit

上级 9d688852
......@@ -84,7 +84,12 @@ const getList = async () => {
const instance = ElLoading.service({
text: '服务端启动中'
})
setTimeout(()=>instance.close(),5000)
setTimeout(()=>{
instance.close();
if(findAllTypeList.value.length === 0){
getList();
}
},5000)
let result = await getfindAllTypes()
// 遍历数据添加高亮标识
result.forEach((item) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册