Browse Source

引用历史课程重置功能

liyanbo 6 tháng trước cách đây
mục cha
commit
08a8d2f9ba
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()
 }