Commit 051c38de authored by 刘斌's avatar 刘斌

fix: 完善获取板块列表多次失败的处理

parent 36fe9a3e
......@@ -959,6 +959,8 @@ async function fetchPlateList() {
text: item.name,
value: item.id,
}));
} else {
showFailToast(responseData.errMessage || '获取板块列表失败');
}
} catch (error) {
console.error('Failed to fetch plate list', error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment