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

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

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

@ -19,7 +19,7 @@
<tab-one v-if="active == 0" :detailedInfo="info"></tab-one> <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-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-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> </div>
<div class="enter-footTabs" v-if="userType == '02'"> <div class="enter-footTabs" v-if="userType == '02'">
@ -290,7 +290,7 @@ export default {
const elementHeight = element.offsetHeight; const elementHeight = element.offsetHeight;
const headerHeight = header.offsetHeight; const headerHeight = header.offsetHeight;
const paginationtHeight = pagination.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) { } else if(item.alertRecipients == 1 && item.alertManner == 2) {
this.$router.push({ this.$router.push({
name: 'Records', name: 'Online',
params: { statusChange: "0" } params: { statusChange: "0" }
}) })
} else if(item.alertManner == 1) { } else if(item.alertManner == 1) {
@ -352,12 +352,12 @@ export default {
MoreRecords(status){ MoreRecords(status){
if(status == 0 || status == 10) { if(status == 0 || status == 10) {
this.$router.push({ this.$router.push({
name: 'Records', name: 'Online',
params: { statusChange: "0" } params: { statusChange: "0" }
}) })
} else { } else {
this.$router.push({ this.$router.push({
name: 'Records', name: 'Online',
params: { statusChange: "1" } params: { statusChange: "1" }
}) })
} }

Loading…
Cancel
Save