修改企业端智能提醒跳转地址、企业详情的报错

des
吕天方 5 months ago
parent 1fb1e4d215
commit 5a76f2e6bf

@ -138,10 +138,9 @@ export default {
},
//
goInfo(row){
// this.$router.push({
// name: 'enterpriselibraryInfo',
// query: { userId: row.id, creditCode: row.tyshxydm }
// })
this.$router.push({
name: 'Online',
})
},
//
cancalDebounce(){

@ -19,7 +19,7 @@
<tab-one v-if="active == 0" :detailedInfo="info"></tab-one>
<tab-two v-if="active == 1" :creditCode="$route.query.creditCode" :detailedInfo="info"></tab-two>
<tab-three v-if="active == 2" :creditCode="$route.query.creditCode"></tab-three>
<tab-four v-if="active == 3" :id="$route.query.userId"></tab-four>
<tab-four v-if="active == 3" :id="$route.query.userId + ''"></tab-four>
</div>
</div>
<div class="enter-footTabs" v-if="userType == '02'">
@ -290,7 +290,7 @@ export default {
const elementHeight = element.offsetHeight;
const headerHeight = header.offsetHeight;
const paginationtHeight = pagination.offsetHeight;
this.tabStyle.height = (elementHeight - headerHeight - paginationtHeight - 74) + 'px';
this.tabStyle.height = (elementHeight - headerHeight - paginationtHeight - 100) + 'px';
}
},
}

@ -334,7 +334,7 @@ export default {
})
} else if(item.alertRecipients == 1 && item.alertManner == 2) {
this.$router.push({
name: 'Records',
name: 'Online',
params: { statusChange: "0" }
})
} else if(item.alertManner == 1) {
@ -352,12 +352,12 @@ export default {
MoreRecords(status){
if(status == 0 || status == 10) {
this.$router.push({
name: 'Records',
name: 'Online',
params: { statusChange: "0" }
})
} else {
this.$router.push({
name: 'Records',
name: 'Online',
params: { statusChange: "1" }
})
}

Loading…
Cancel
Save