修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-23 11:16:27 +08:00
parent bcde5fbafc
commit 2685010876
@@ -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 {