mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
修复修改密码取消后没有catch的问题
This commit is contained in:
@@ -419,7 +419,7 @@ export const useForm = (props: ANY_OBJECT, formRef: Ref<FormInstance> | null = n
|
||||
if (dlgComponent == null) {
|
||||
return Promise.reject(new Error('错误的操作组件!!!'));
|
||||
} else {
|
||||
const thirdPath = 'thirdOnlineEditForm';
|
||||
const thirdPath = `thirdOnlineEditForm${widget == null ? '' : '/' + widget.variableName}`;
|
||||
operationCallback.value = callback;
|
||||
return Dialog.show(
|
||||
formConfig.formName,
|
||||
|
||||
Reference in New Issue
Block a user