xiangpei
2025-02-13 c2a3be08bb04a5a0f05672d8cdf8f264a4fa6679
src/views/flowable/task/myProcess/send/index.vue
@@ -506,7 +506,7 @@
    handleClick(tab, event) {
      if (tab.name === '2'){
        this.imgLoading = true
        flowXmlAndNode({procInsId:this.procInsId,deployId:this.deployId}).then(res => {
        flowXmlAndNode({processInsId:this.procInsId,deployId:this.deployId}).then(res => {
          this.imgLoading = false
          this.flowData = res.data;
        })