|
|
@@ -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);
|