diff --git a/src/api/unqualProcess.js b/src/api/unqualProcess.js index 61866c15e..c51fad700 100644 --- a/src/api/unqualProcess.js +++ b/src/api/unqualProcess.js @@ -63,12 +63,13 @@ export function meetingByMonth(params) { //未符合项模块新增 export function addUn( - closeState, standSerialNumber, standName, + closeState,standId, standSerialNumber, standName, itemsNum, itemsName, productType, productLine, productName, reason, responsibleUnit, dutyEngineer, authEngineer, qaEngineer, planCloseTime) { const data = { closeState, + standId, standSerialNumber, //标准号 standName, //标准名称 itemsNum, //条款号 @@ -92,12 +93,13 @@ export function addUn( //未符合项模块编辑 export function editUn( - closeState, standSerialNumber, standName, + closeState, standId, standSerialNumber, standName, itemsNum, itemsName, productType, productLine, productName, reason, responsibleUnit, dutyEngineer, authEngineer, qaEngineer, planCloseTime, id) { const data = { closeState, + standId, standSerialNumber, //标准号 standName, //标准名称 itemsNum, //条款号 diff --git a/src/components/CustomFormComponents/File.vue b/src/components/CustomFormComponents/File.vue index edae0c06e..b0dccc5fe 100644 --- a/src/components/CustomFormComponents/File.vue +++ b/src/components/CustomFormComponents/File.vue @@ -22,13 +22,23 @@ v-if="reUpload || showUploadBtn">{{ uploadText || '重新上传' }} @@ -3282,7 +3282,9 @@ export default {