diff --git a/src/api/person.ts b/src/api/person.ts index 008205b..00e392a 100644 --- a/src/api/person.ts +++ b/src/api/person.ts @@ -59,7 +59,9 @@ interface SignUpData { entryFormat: '团队' | '个人' id: string instructorSheetList?: any[] - teamManagementList?: any[] + teamManagementList?: any[], + file:string + WorkName:any } interface MembersOrAdviser { diff --git a/src/views/home/index.vue b/src/views/home/index.vue index dda4381..9810f2c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -130,9 +130,9 @@ const toNewsDetail = (id: number) => { const newList = ref([]) const getNewsList = async () => { const res: any = await getColumnListApi() - console.log(res) + // console.log(res) newList.value = res.result.slice(0, 4) - console.log(newList.value, 'newList.value') + // console.log(newList.value, 'newList.value') newInfo.value = newList.value[0] getNewInfo(newList.value[0].id) } @@ -145,7 +145,7 @@ const childrenNewList = ref([]) const getNewInfo = async (id: any) => { const res: any = await queryEssayListApi(id) childrenNewList.value = res.result.records - console.log(childrenNewList, 'childrenNewList') + // console.log(childrenNewList, 'childrenNewList') } // 切换tab diff --git a/src/views/registrationPersonage/index.vue b/src/views/registrationPersonage/index.vue index 8efc609..be9afcc 100644 --- a/src/views/registrationPersonage/index.vue +++ b/src/views/registrationPersonage/index.vue @@ -25,11 +25,7 @@
{{ ndbs.annualid }}年度
{{ ndbs.name }}
- +
@@ -76,16 +72,10 @@
- +
- + @@ -93,23 +83,21 @@ - - - + + + + + +
-
+
@@ -179,16 +167,39 @@ {{ isDisable ? '返回' : isEdit ? '取消修改' : '取消报名' }} - + 暂存信息 + {{ isEdit ? '确认修改' : '确认报名' }} +
+ + + + + + + + + + + + + + +