firstTestchange
This commit is contained in:
parent
1ff9dff340
commit
b9f39f4239
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue