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;