Lius
2025-06-30 2f2c398d3e927bfb1ae7edf9d9d13b2d424e76c4
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);
                }