diff --git a/src/views/performanceIndicator/templateContent/addTemplate.vue b/src/views/performanceIndicator/templateContent/addTemplate.vue new file mode 100644 index 0000000..46379f5 --- /dev/null +++ b/src/views/performanceIndicator/templateContent/addTemplate.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/src/views/performanceIndicator/templateContent/index.vue b/src/views/performanceIndicator/templateContent/index.vue index 19783b6..1a24f69 100644 --- a/src/views/performanceIndicator/templateContent/index.vue +++ b/src/views/performanceIndicator/templateContent/index.vue @@ -1,81 +1,86 @@ - + + - - \ No newline at end of file + diff --git a/src/views/performanceIndicator/templateContent/templateContent.api.ts b/src/views/performanceIndicator/templateContent/templateContent.api.ts index 9f1e682..dd231c8 100644 --- a/src/views/performanceIndicator/templateContent/templateContent.api.ts +++ b/src/views/performanceIndicator/templateContent/templateContent.api.ts @@ -5,6 +5,7 @@ export enum Api { importPerformancescore = '/huzhouPerformancescore/importPerformancescore', getPerformancescore = '/huzhouPerformancescore/getPerformancescore', getPerforman="/huzhouPerformancescore/getPerforman", + addPerformance="/huzhouPerformancescore/addPerformance", } @@ -15,5 +16,5 @@ export const importPerformancescore = (params?) =>defHttp.post({ url: Api.impor export const getPerformancescore = (params?) => defHttp.get({ url: Api.getPerformancescore, params }); export const getPerforman = (params?) => defHttp.get({ url: Api.getPerforman, params }); - +export const addPerformance = (params?) => defHttp.post({ url: Api.addPerformance, headers: { 'Content-Type': 'multipart/form-data' },params }); diff --git a/src/views/projectLib/projectPlan/addProjectDate.vue b/src/views/projectLib/projectPlan/addProjectDate.vue index cb19242..a17aad3 100644 --- a/src/views/projectLib/projectPlan/addProjectDate.vue +++ b/src/views/projectLib/projectPlan/addProjectDate.vue @@ -1,5 +1,4 @@