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: ()=>{