src/views/flowable/workflow/dispatchFile/DispatchFileBachHandleForm.vue
@@ -146,9 +146,8 @@ httpAction(url,flowTaskVo,method).then((res)=>{ if(res.success){ that.$message.success(res.message); that.valid = false //刷新表格 that.$emit('searchReset') that.visible = false; that.$emit('searchReset'); }else{ that.$message.warning(res.message); }