cuilei
2025-06-24 c7bbdaab4503cc0e470623e87cca3b8a1840bff0
src/views/flowable/workflow/outBoundOrder/OutBoundOrderHandle.vue
@@ -312,6 +312,7 @@
    callback() {
    },
    handCancel() {
      this.assignFileStream = {}
      this.visible = false
    },
    clearTableSource() {
@@ -371,7 +372,7 @@
          httpAction(url,flowTaskVo,method).then((res)=>{
            if(res.success){
              that.$message.success(res.message);
              that.visible = false
              this.handCancel()
              //刷新表格
              that.$emit('searchReset')
            }else{