fuliqi
2025-02-12 f17405af712338af85534d652e543f78b6054e72
src/views/flowable/task/myProcess/send/index.vue
@@ -592,15 +592,21 @@
              this.$modal.msgSuccess(res.msg);
              this.submitLoading = false
              this.goBack();
            })
          })
            }).catch((err) => {
              this.submitLoading = false;
            });
          }).catch((err) => {
            this.submitLoading = false;
          });
        } else {
          // 没关联表单直接传空
          completeSubmitFormTask(this.taskId, {}).then(res => {
            this.$modal.msgSuccess(res.msg);
            this.submitLoading = false
            this.goBack();
          })
          }).catch((err) => {
            this.submitLoading = false;
          });
        }
        // let that = this