From d25f2521a65ede71e9d7872cb5d097e3dfe52759 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=99=BD=E4=BA=86=E4=B8=AA=E7=99=BD?= <543593352@qq.com>
Date: Thu, 21 Nov 2024 15:06:44 +0800
Subject: [PATCH] 1
---
.../newClassTaskAssign/myQuestion/index.vue | 88 ++++++++++++++++++-
.../questionUpload/quesItem/index.vue | 1 +
2 files changed, 86 insertions(+), 3 deletions(-)
diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/myQuestion/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/myQuestion/index.vue
index 4661abe..96d8dbf 100644
--- a/src/renderer/src/views/classTask/newClassTaskAssign/myQuestion/index.vue
+++ b/src/renderer/src/views/classTask/newClassTaskAssign/myQuestion/index.vue
@@ -1,5 +1,5 @@
-
+
@@ -72,7 +72,9 @@
@@ -91,6 +93,23 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/questionUpload/quesItem/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/questionUpload/quesItem/index.vue
index 03c24ee..629991f 100644
--- a/src/renderer/src/views/classTask/newClassTaskAssign/questionUpload/quesItem/index.vue
+++ b/src/renderer/src/views/classTask/newClassTaskAssign/questionUpload/quesItem/index.vue
@@ -1733,6 +1733,7 @@ watch(() => props.bookobj.levelSecondId, (newVal, oldVal) => {
// 暴露给父组件的参数和方法(外部需要什么,都可以从这里暴露出去)
defineExpose({
updateForm,
+ resetForm,
cropperFormItemCallBack,
})