From b9f39f423906b015fb07f7e867a0d9368624044b Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 25 Feb 2022 16:04:28 +0800 Subject: [PATCH] firstTestchange --- hb_client/src/views/wpm/firstCheck.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hb_client/src/views/wpm/firstCheck.vue b/hb_client/src/views/wpm/firstCheck.vue index 65dad9f..d3159b2 100644 --- a/hb_client/src/views/wpm/firstCheck.vue +++ b/hb_client/src/views/wpm/firstCheck.vue @@ -230,7 +230,8 @@ import customForm from '@/components/customForm/index'; import faceLogin from '@/components/faceLogin/review.vue'; import {getProcessList,getrecordformList} from "@/api/mtm"; - import {getsubproductionplanList,firstTestInit,firstAudit} from "@/api/pm"; + import {getsubplanList} from "@/api/wpm"; + import {firstTestInit,firstAudit} from "@/api/pm"; import {getTestRecordItem,putTestRecordItem,subTestRecordItem} from "@/api/qm"; export default { @@ -300,7 +301,7 @@ getTableData() { this.listLoading = true; this.listQuery.production_plan = this.id; - getsubproductionplanList(this.listQuery).then((response) => { + getsubplanList(this.listQuery).then((response) => { if (response.data) { this.subPlanList = response.data.results; this.count = response.data.count;