firstTestchange
This commit is contained in:
parent
1ff9dff340
commit
b9f39f4239
|
@ -230,7 +230,8 @@
|
||||||
import customForm from '@/components/customForm/index';
|
import customForm from '@/components/customForm/index';
|
||||||
import faceLogin from '@/components/faceLogin/review.vue';
|
import faceLogin from '@/components/faceLogin/review.vue';
|
||||||
import {getProcessList,getrecordformList} from "@/api/mtm";
|
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";
|
import {getTestRecordItem,putTestRecordItem,subTestRecordItem} from "@/api/qm";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
@ -300,7 +301,7 @@
|
||||||
getTableData() {
|
getTableData() {
|
||||||
this.listLoading = true;
|
this.listLoading = true;
|
||||||
this.listQuery.production_plan = this.id;
|
this.listQuery.production_plan = this.id;
|
||||||
getsubproductionplanList(this.listQuery).then((response) => {
|
getsubplanList(this.listQuery).then((response) => {
|
||||||
if (response.data) {
|
if (response.data) {
|
||||||
this.subPlanList = response.data.results;
|
this.subPlanList = response.data.results;
|
||||||
this.count = response.data.count;
|
this.count = response.data.count;
|
||||||
|
|
Loading…
Reference in New Issue