diff --git a/src/api/project_job_type.ts b/src/api/project_job_type.ts index 40b7f1f..2042674 100644 --- a/src/api/project_job_type.ts +++ b/src/api/project_job_type.ts @@ -30,3 +30,5 @@ export function projectjobtypeDetail(params: any) { export function projectjobtypeAll(params: any) { return request.get({ url: '/project.project_job_type/all', params }) } + + diff --git a/src/components/contract/index.vue b/src/components/contract/index.vue index 6f07b33..8fe452e 100644 --- a/src/components/contract/index.vue +++ b/src/components/contract/index.vue @@ -17,7 +17,6 @@ - @@ -60,8 +59,10 @@