浏览代码

引用历史课程重置功能

liyanbo 6 月之前
父节点
当前提交
08a8d2f9ba
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/bjdx/coursetype/CourseTypeForm.vue

+ 1 - 0
src/views/bjdx/coursetype/CourseTypeForm.vue

@@ -319,6 +319,7 @@ const resetForm = () => {
     ctTypeDescribe: undefined,
     tenantId: undefined,
   }
+  importedCourseTypeInfo.value = ''
   formRef.value?.resetFields()
 }