소스 검색

引用历史课程重置功能

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()
 }