huangxw 4 tháng trước cách đây
mục cha
commit
a6aead8dac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/training/meeting-add/index.vue

+ 1 - 1
src/views/training/meeting-add/index.vue

@@ -562,7 +562,7 @@ const addCertInfo = () => {
 const deleteItem = (index: number) => {
     form.value.certificateInfo.splice(index, 1);
 };
-// 获取专家详情
+// 获取会议详情
 const getMeetingDetail = async () => {
     if (route.query?.id) {
         const res = await trainingDetail(route.query?.id as string);