buhuazhen
2026-03-23 4df7d3001a0e94d3bdedd7be016a99fd18b66150
src/views/productionManagement/productionReporting/index.vue
@@ -543,7 +543,11 @@
      productAudit(auditData)
        .then(res => {
          if (res.code === 200) {
            proxy.$modal.msgSuccess(auditResult === 1 ? "审核通过" : "审核不通过");
            if(form.value.auditResult == 1){
              proxy.$modal.msgSuccess("审核通过");
            }else{
              proxy.$modal.msgError("审核不通过");
            }
            auditDialogVisible.value = false;
            getList();
          } else {