[improvement][semantic-fe] Optimized the frontend display and code logic of visual modeling, and updated the relevant interface of the permission management module.

This commit is contained in:
tristanliu
2023-08-07 10:10:54 +08:00
parent aa0a100a85
commit ef7c37a8da
39 changed files with 878 additions and 454 deletions

View File

@@ -42,7 +42,7 @@ const ClassDimensionTable: React.FC<Props> = ({ domainManger, dispatch }) => {
...pagination,
domainId: selectDomainId,
});
const { list, pageSize, current, total } = data;
const { list, pageSize, current, total } = data || {};
let resData: any = {};
if (code === 200) {
setPagination({