From dd412193582f1e2829534b9365934fc7152d08d0 Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Wed, 26 Feb 2025 12:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/growthpath/GrowthLineCourse.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/growthpath/GrowthLineCourse.vue b/src/components/growthpath/GrowthLineCourse.vue index 1c9e1fef..70d8d7fe 100644 --- a/src/components/growthpath/GrowthLineCourse.vue +++ b/src/components/growthpath/GrowthLineCourse.vue @@ -40,6 +40,7 @@ import { computed, defineEmits, defineProps, ref, watch, onMounted } from "vue"; import { message } from "ant-design-vue"; import { saveTask } from "@/api/growthpath"; import { iframeUrl } from "@/api/method"; +import dialog from "@/utils/dialog"; const props = defineProps({ type: Number, id: Number,