大件运输联网系统前端代码
guoshilong
2023-01-02 517478c222b05e9422c096b3af7e1639301f1a09
src/views/work/start.vue
@@ -219,7 +219,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: ()=>{