This commit is contained in:
2025-08-22 19:50:19 +08:00
13 changed files with 1346 additions and 571 deletions

View File

@ -288,7 +288,7 @@ const getList = async () => {
matrixOptions.value = matrixList;
queryParams.value.matrixId = matrixList[0].children[0].matrixId;
} catch (error) {
proxy?.$modal.msgError('获取方阵失败');
// proxy?.$modal.msgError('获取方阵失败');
}
}
}