fix 80722
This commit is contained in:
@@ -179,7 +179,6 @@ export default {
|
||||
} else {
|
||||
this.isDisplay = true
|
||||
}
|
||||
document.title = this.$t('docTool.comparison.documentComparison') + ' - ' + this.$t('docTool.comparison.comparisonResults')
|
||||
this.language = localStorage.getItem('language') || ''
|
||||
this.getData()
|
||||
},
|
||||
|
||||
@@ -194,7 +194,6 @@ export default {
|
||||
},
|
||||
mounted () {
|
||||
this.getData()
|
||||
document.title = this.$t('docTool.comparison.documentComparison') + ' - ' + this.$t('edit')
|
||||
},
|
||||
methods: {
|
||||
// 文档对比的一致按钮点击
|
||||
|
||||
@@ -281,7 +281,6 @@ export default {
|
||||
mounted () {
|
||||
this.getListLeft()
|
||||
this.getListRight()
|
||||
document.title = this.$t('documentComparison') + ' - ' + this.$t('initiateComparison')
|
||||
},
|
||||
methods: {
|
||||
...mapGetters(['userInfo']),
|
||||
|
||||
Reference in New Issue
Block a user