diff --git a/src/router/modules/business.ts b/src/router/modules/business.ts index 08409b5..cfca65f 100644 --- a/src/router/modules/business.ts +++ b/src/router/modules/business.ts @@ -151,7 +151,7 @@ }, { path: 'cert/detail/:id?', - name: 'taskDetail', + name: 'certPrintDetail', component: () => import('@/views/business/schedule/certPrint/certDetail.vue'), meta: { title: '证书详情', diff --git a/src/router/modules/business.ts b/src/router/modules/business.ts index 08409b5..cfca65f 100644 --- a/src/router/modules/business.ts +++ b/src/router/modules/business.ts @@ -151,7 +151,7 @@ }, { path: 'cert/detail/:id?', - name: 'taskDetail', + name: 'certPrintDetail', component: () => import('@/views/business/schedule/certPrint/certDetail.vue'), meta: { title: '证书详情', diff --git a/src/views/business/schedule/task/taskEdit.vue b/src/views/business/schedule/task/taskEdit.vue index 465b2e7..fbe670d 100644 --- a/src/views/business/schedule/task/taskEdit.vue +++ b/src/views/business/schedule/task/taskEdit.vue @@ -10,7 +10,7 @@ import showPhoto from '@/views/system/tool/showPhoto.vue' import { SCHEDULE } from '@/utils/scheduleDict' import TemplateTable from '@/views/customer/customerInfo/templateTable.vue' -import { getSapmleDetail, updateSample } from '@/api/customer/sampleList' +import { getSampleDetail, updateSample } from '@/api/customer/sampleList' import countries from '@/components/AddressSelect/country-code.json' import type { TableColumn } from '@/components/NormalTable/table_interface' import { getDictByCode } from '@/api/system/dict' @@ -198,7 +198,7 @@ // 获取样品详情 const getInfo = () => { - // getSapmleDetail({ id: infoId.value }).then((res) => { + // getSampleDetail({ id: infoId.value }).then((res) => { dataForm.value = { orderId: '123', ABC: 'A',