From f8035d6a65d1f610f87fa12408224176f1bf005f Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 14 六月 2024 14:11:52 +0800 Subject: [PATCH] 修改action --- Source/plt-web/plt-web-ui/src/components/actions/base/RevisionDialog.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/components/actions/RevisionDialog.vue b/Source/plt-web/plt-web-ui/src/components/actions/base/RevisionDialog.vue similarity index 99% rename from Source/plt-web/plt-web-ui/src/components/actions/RevisionDialog.vue rename to Source/plt-web/plt-web-ui/src/components/actions/base/RevisionDialog.vue index f7cfefc..5469dc2 100644 --- a/Source/plt-web/plt-web-ui/src/components/actions/RevisionDialog.vue +++ b/Source/plt-web/plt-web-ui/src/components/actions/base/RevisionDialog.vue @@ -44,7 +44,7 @@ <script> import uiView from "@/views/base/UIContentViewerInDialog" -import {parseEventByUrl} from "@/components/actions/base/BaseAction" +import {parseEventByUrl} from "@/components/actions/BaseAction" import {getFormDefineById,dataForm} from "@/api/base/ui"; import {upRevision} from "@/api/base/actions" import {validatenull} from "@/util/validate" -- Gitblit v1.9.3