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,