zhangjie %!s(int64=2) %!d(string=hai) anos
pai
achega
b8e030d9cc

+ 1 - 1
src/modules/base/components/course-simple/TeacherSimpleManage.vue

@@ -138,7 +138,7 @@ export default {
     },
     async toDelete(row) {
       const confirm = await this.$confirm(
-        `确定要删除教师【${row.teachClazzName}】吗?`,
+        `确定要删除教师【${row.userName}】吗?`,
         "提示",
         {
           type: "warning"

+ 2 - 2
src/modules/exam/components/ModifyExamTask.vue

@@ -45,8 +45,8 @@
           placeholder="请选择"
           clearable
           class="width-full"
-          :semester-id="filter.semesterId"
-          :exam-id="filter.examId"
+          :semester-id="modalForm.semesterId"
+          :exam-id="modalForm.examId"
           @change="courseChange"
         ></course-select>
         <span v-else