【修改】增加图标 修改删除10个的关键字 修改日期显示格式
This commit is contained in:
@@ -268,6 +268,7 @@ export default {
|
||||
getReportDetail() {
|
||||
this.$api.report.getReportDetail(this.reportId).then(res => {
|
||||
this.row = res.data
|
||||
this.isAdmin = this.$store.getters.userInfo.userId==this.row.createUserId
|
||||
// 需要给分数/2
|
||||
this.previewRow()
|
||||
})
|
||||
@@ -275,7 +276,7 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.reportId = this.$route.query.reportId
|
||||
this.isAdmin = this.$store.getters.userInfo.roleIdList.indexOf('35LLRCAQ8D') > -1
|
||||
|
||||
// this.previewRow()
|
||||
this.getComment()
|
||||
this.getReportDetail()
|
||||
|
||||
Reference in New Issue
Block a user