update message box

This commit is contained in:
Qiuxia Fan 2022-06-08 10:58:38 +08:00
parent 0af7851174
commit 4cc6998051

View File

@ -195,7 +195,7 @@ async function getContainers() {
} }
if (resp.data.containers.errorReason) { if (resp.data.containers.errorReason) {
disabled.value = true; disabled.value = true;
ElMessage.error(resp.data.containers.errorReason); ElMessage.warning(resp.data.containers.errorReason);
return; return;
} }
if (demandLogStore.containers.length) { if (demandLogStore.containers.length) {