src/views/productionManagement/productionReporting/index.vue
@@ -273,6 +273,11 @@ width: 120, }, { label: "备注信息", prop: "auditOpinion", minWidth: 120, }, { label: "创建时间", prop: "createTime", width: 120, @@ -543,7 +548,7 @@ productAudit(auditData) .then(res => { if (res.code === 200) { if(auditResult === 1){ if(form.value.auditResult == 1){ proxy.$modal.msgSuccess("审核通过"); }else{ proxy.$modal.msgError("审核不通过");