Browse Source

202512021725-审核报错

main
shihao0303 2 months ago
parent
commit
cebf4dfa3b
  1. 9
      src/components/reportAudit/end.vue

9
src/components/reportAudit/end.vue

@ -50,9 +50,11 @@ const closeAdd=()=>{
} }
const submitFun = async ()=>{ const submitFun = async ()=>{
debugger;
await auditForm.value.validate(); await auditForm.value.validate();
await feedback.confirm("是否确认通过?"); await feedback.confirm("是否确认通过?");
formData.value.reportId = props.reportId; formData.value.reportId = props.reportId;
formData.value.isAudit = props.isAudit;
//nextNode //nextNode
if(props.isWarning){ if(props.isWarning){
if("inform" === props.isWarning){ if("inform" === props.isWarning){
@ -68,13 +70,6 @@ const submitFun = async ()=>{
emits('submitFeedback',true) emits('submitFeedback',true)
closeAdd() closeAdd()
} }
watch(()=>props.dialog,(val)=>{
if(val){
formData.value.isAudit = props.isAudit;
}
})
</script> </script>
<template> <template>

Loading…
Cancel
Save