ludc
2023-08-03 ee7d7c29b8d95f0adab3bd9d93fdb1af51565a2d
Source/UBCS-WEB/src/views/work/send.vue
@@ -64,7 +64,7 @@
        workBox: false,
        option: {
          height: 'auto',
          calcHeight: 30,
          calcHeight: 20,
          tip: false,
          searchShow: true,
          searchMenuSpan: 6,
@@ -162,7 +162,7 @@
        this.$refs.crud.toggleSelection();
      },
      handleDetail(row) {
        this.$router.push({ path: `/work/process/${flowRoute(this.flowRoutes, row.category)}/detail/${row.processInstanceId}/${row.businessId}` });
        this.$router.push({ path: `/work/process/${flowRoute(this.flowRoutes, row.category)}/detail/${row.processInstanceId}/${row.businessId}?name=` +row.categoryName+'详情' });
      },
      handleImage(row) {
        this.processInstanceId = row.processInstanceId;