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

Loading…
Cancel
Save