修改禅道已知bug
This commit is contained in:
+1
-1
@@ -150,7 +150,6 @@
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
document.title = this.$t('applicableInstructionsMarketList')
|
||||
this.viewAdd()
|
||||
this.queryById()
|
||||
this.releaseData()
|
||||
@@ -168,6 +167,7 @@
|
||||
if (res.success) {
|
||||
this.queryForm = res.result || {}
|
||||
this.queryForm = { ...this.queryForm }
|
||||
document.title = this.queryForm.title
|
||||
if (this.formInline.showPermissions == 'Privacy') {
|
||||
this.isDisplay = true
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user