feat: 1.15 关注优化初版完成

This commit is contained in:
guoyuqi 2021-11-08 14:57:20 +08:00 committed by 刘瑞斌
parent 5b8b546841
commit 23267695f6
1 changed files with 1 additions and 5 deletions

View File

@ -107,7 +107,6 @@
:delete-permission="['PROJECT_TRACK_REVIEW:READ+DELETE']"
@editClick="handleEdit(scope.row)"
@deleteClick="handleDelete(scope.row)">
</ms-table-operator>
<template>
<el-tooltip :content="$t('commons.follow')" placement="bottom" effect="dark" >
@ -116,6 +115,7 @@
</el-tooltip>
</template>
</div>
</template>
</el-table-column>
<header-custom ref="headerCustom" :initTableData="initTableData" :optionalFields=headerItems
@ -304,9 +304,6 @@ export default {
saveLastTableSortField(key,JSON.stringify(orders));
},
saveFollow(row){
if (this.$route.path.indexOf("/track/review/view") >= 0){
debugger
}
let param = {};
param.id = row.id;
if(row.showFollow){
@ -331,7 +328,6 @@ export default {
this.initTableData();
});
}
}
}
};