|
@@ -326,7 +326,7 @@ const formatSolution = (solution, eventsList) => {
|
|
|
|
|
|
|
|
const updateSolutions = async (showLoading=false) => {
|
|
const updateSolutions = async (showLoading=false) => {
|
|
|
clearTimeout(loopTimer.value);
|
|
clearTimeout(loopTimer.value);
|
|
|
- if (showLoading) {
|
|
|
|
|
|
|
+ if (showLoading && !updateLoaderHide.value) {
|
|
|
updateLoaderHide.value = message.loading('数据加载中...', 0);
|
|
updateLoaderHide.value = message.loading('数据加载中...', 0);
|
|
|
}
|
|
}
|
|
|
getSolutions()
|
|
getSolutions()
|