|
|
|
@ -144,13 +144,12 @@ export default {
|
|
|
|
|
this.pagination = { ...this.pagination,...this.formInline };
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
// 企业详情
|
|
|
|
|
// 待办任务跳转
|
|
|
|
|
enterpriseInfo(row){
|
|
|
|
|
if(row.isRead == 1) {
|
|
|
|
|
changeIsRead({id:row.id}).then(res=>{
|
|
|
|
|
this.getList();
|
|
|
|
|
this.$router.push({
|
|
|
|
|
name: 'PendingReview',
|
|
|
|
|
params: { approvalStatusStr: "0" }
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// 修改table背景色
|
|
|
|
|
tableRowClassName({row, rowIndex}){
|
|
|
|
|