ZN
2026-03-20 ec6f8c11fb17de3b5dd221cf0b176bd397480a0d
src/views/productionManagement/productionReporting/index.vue
@@ -543,7 +543,7 @@
      productAudit(auditData)
        .then(res => {
          if (res.code === 200) {
            if(auditResult === 1){
            if(form.value.auditResult == 1){
              proxy.$modal.msgSuccess("审核通过");
            }else{
              proxy.$modal.msgError("审核不通过");