大件运输联网系统前端代码
guoshilong
2023-01-02 29bf5936bf1da2eea81f3abe07dc738f5267c42c
src/views/work/start.vue
@@ -186,6 +186,7 @@
        this.$refs.crud.toggleSelection();
      },
      handleStart(row) {
        console.log(row,"7777")
        this.$router.push({path: `/work/process/${flowRoute(this.flowRoutes, row.category)}/form/${row.id}`});
      },
      handleImage(row) {