feat: clue detail

This commit is contained in:
xingyu4j
2025-06-04 16:46:46 +08:00
parent 5990386498
commit 17889fce66
9 changed files with 214 additions and 211 deletions

View File

@@ -17,7 +17,7 @@ export function useTransferFormSchema(): VbenFormSchema[] {
},
},
{
fieldName: 'ownerUserId',
fieldName: 'newOwnerUserId',
label: '选择新负责人',
component: 'ApiSelect',
componentProps: {

View File

@@ -109,6 +109,7 @@ function handleDelete() {
if (res) {
// 提示并返回成功
message.success($t('ui.actionMessage.operationSuccess'));
onRefresh();
resolve(true);
} else {
reject(new Error('移出失败'));