ludc
2023-10-13 4a3dd290b99f08b6232c3f2f6d8907db15624128
Source/UBCS-WEB/src/views/work/start.vue
@@ -79,7 +79,8 @@
        workBox: false,
        option: {
          height: 'auto',
          calcHeight: 30,
          calcHeight: 20,
          columnBtn:false,
          tip: false,
          searchShow: true,
          searchMenuSpan: 6,
@@ -187,7 +188,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;