Browse Source

2024.10.15 文档收集系统 - 文档版本V20240929

java8
yuejiayang 1 year ago
parent
commit
ed54825b55
  1. 1
      src/views/modules/eam/eamProjectInfo.vue

1
src/views/modules/eam/eamProjectInfo.vue

@ -3079,6 +3079,7 @@ import {searchBusinessInfo7} from "../../../api/factory/site";
priority: this.modalData.priority,
testPartNo: 'P000000',
partDesc: '无物料',
partType: 'Active',
}
eamProjectInfoSave(this.modalData).then(({data}) => {
if (data && data.code === '0') {

Loading…
Cancel
Save