fujunling
2023-08-03 e903b9669c92a6cda1a2114a3320c2646fc5d1f4
Source/UBCS-WEB/src/views/work/start.vue
@@ -187,7 +187,7 @@
        this.$refs.crud.toggleSelection();
      },
      handleStart(row) {
        this.$router.push({path: `/work/process/${flowRoute(this.flowRoutes, row.category)}/form/${row.id}`});
        this.$router.push({path: `/work/process/${flowRoute(this.flowRoutes, row.category)}/form/${row.id}?name=` +row.categoryName});
      },
      handleImage(row) {
        this.processDefinitionId = row.id;