大件运输联网系统前端代码
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) {
@@ -219,7 +220,7 @@
      getEnterpriseDetailByUserId(){
        getDetailByUserId(this.userInfo.user_id).then(res=>{
          if (res.data.code == 200){
            if (res.data.data && !this.permit){
            if (JSON.stringify(res.data.data) == '{}' && !this.permit){
              this.$alert('请先完善企业信息', '提示', {
                confirmButtonText: '确定',
                callback: ()=>{