diff --git a/frontend/package.json b/frontend/package.json index 82cb0ff126..a5014c61a6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "@7polo/kity": "2.0.8", "@7polo/kityminder-core": "1.4.53", "@arco-design/web-vue": "^2.51.0", - "@arco-themes/vue-ms-theme-default": "^0.0.28", + "@arco-themes/vue-ms-theme-default": "^0.0.29", "@form-create/arco-design": "^3.1.22", "@types/color": "^3.0.3", "@vueuse/core": "^10.2.1", diff --git a/frontend/src/components/pure/ms-table/base-table.vue b/frontend/src/components/pure/ms-table/base-table.vue index 01a48cb929..71eaaf8665 100644 --- a/frontend/src/components/pure/ms-table/base-table.vue +++ b/frontend/src/components/pure/ms-table/base-table.vue @@ -77,8 +77,14 @@ + +
- + - - - + + +
- + - + @@ -185,6 +189,7 @@ ]; const showAddProject = () => { + currentUpdateProject.value = undefined; addProjectVisible.value = true; }; @@ -261,7 +266,6 @@ const handleUserDrawerCancel = () => { currentUserDrawer.visible = false; - fetchData(); }; const handleAddUserModalCancel = (shouldSearch: boolean) => { diff --git a/frontend/src/views/setting/system/organizationAndProject/components/systemOrganization.vue b/frontend/src/views/setting/system/organizationAndProject/components/systemOrganization.vue index b409ba5f84..e39a270f4e 100644 --- a/frontend/src/views/setting/system/organizationAndProject/components/systemOrganization.vue +++ b/frontend/src/views/setting/system/organizationAndProject/components/systemOrganization.vue @@ -48,7 +48,7 @@ @submit="fetchData" /> - +