yxk-20260428-改造办理时获取业务表单的页面taskdealmodal(发流程的表单目前是流程中间表,需要改造为真实业务表单)

This commit is contained in:
ye1023
2026-04-28 15:19:40 +08:00
parent e94a5edf6b
commit 98d7368c18
5 changed files with 24 additions and 24 deletions
@@ -95,7 +95,6 @@ export const useModalInner = (callbackFn?: Fn): UseModalInnerReturnType => {
const modalInstanceRef = ref<Nullable<ModalMethods>>(null);
const currentInstance = getCurrentInstance();
const uidRef = ref<string>('');
const getInstance = () => {
const instance = unref(modalInstanceRef);
if (!instance) {