wangting
2023-08-02 a8f851a0aa33083dc36625f6140b698b5e359ed6
Source/UBCS-WEB/src/views/work/claim.vue
@@ -65,7 +65,7 @@
        workBox: false,
        option: {
          height: 'auto',
          calcHeight: 30,
          calcHeight: 0,
          tip: false,
          simplePage: true,
          searchShow: true,
@@ -175,7 +175,7 @@
          });
      },
      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;