Forráskód Böngészése

引用历史课程重置功能

liyanbo 6 hónapja
szülő
commit
08a8d2f9ba
1 módosított fájl, 1 hozzáadás és 0 törlés
  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()
 }