Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop

This commit is contained in:
caoqianming 2022-02-25 16:13:14 +08:00
commit 32da3595dd
1 changed files with 3 additions and 2 deletions

View File

@ -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;