diff --git a/src/views/modules/eam/eamProjectInfo.vue b/src/views/modules/eam/eamProjectInfo.vue index 6de371e..9843fe7 100644 --- a/src/views/modules/eam/eamProjectInfo.vue +++ b/src/views/modules/eam/eamProjectInfo.vue @@ -3414,6 +3414,7 @@ import {updateColumnSize} from "../../../api/table"; closeDate : this.modalData.projectCloseDate, buildDate : this.modalData.projectCreationDate, priority: this.modalData.priority, + partType: this.modalData.partType, testPartNo: 'P000000', partDesc: '无物料', } @@ -3535,7 +3536,6 @@ import {updateColumnSize} from "../../../api/table"; } this.modalData.closeDate = this.modalData.projectCloseDate this.modalData.buildDate = this.modalData.projectCreationDate - this.modalData.partType = 'Active' eamProjectPartInfoEdit(this.modalData).then(({data}) => { if (data && data.code === 0) { this.refreshCurrentTabTable()