xiangpei
2024-12-10 614cb0ce301f7dfffb89f771723b4779d8caa8b1
src/views/flowable/task/myProcess/send/index.vue
@@ -65,6 +65,7 @@
  props: {},
  data() {
    return {
      goBackParams: {},
      formDataList: [],  // 表单列表
      taskId: '',
      processName: '',
@@ -99,6 +100,7 @@
    this.taskId = this.$route.query && this.$route.query.taskId;
    // 初始化表单
    this.procDefId  = this.$route.query && this.$route.query.procDefId;
    this.goBackParams  = this.$route.query && this.$route.query.goBackParams;
    // this.getNextFlowNodeByStart(this.deployId);
    this.getFlowFormData(this.taskId);
  },
@@ -155,10 +157,10 @@
    },
    /** 返回页面 */
    goBack() {
      // // 关闭当前标签页并返回上个页面
      // const obj = { path: "/task/process", query: { t: Date.now()} };
      // this.$tab.closeOpenPage(obj);
      this.$tab.closePage()
      this.$router.push({
        path: '/projectFlow/detail',
        query: this.goBackParams
      })
    },
    /** 申请流程表单数据提交 */
    submitForm() {