Skip to content

Commit

Permalink
fix: 体验问题修复 --story=136521403
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 28540
  • Loading branch information
ywywZhou authored and luofann committed Jan 6, 2025
1 parent 467ed75 commit 206360c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,8 @@
type: 'view'
},
query: {
template_id: this.formData.template_id
template_id: this.formData.template_id,
common: this.isCommon ? 1 : undefined
}
})
window.open(href, '_blank')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
:project_id="project_id"
:template_id="template_id"
:template-name="templateName"
:is-scheme-show="true"
:is-scheme-show="isSchemeShow"
:view-mode="viewMode"
:is-scheme-editable="viewMode !== 'appmaker'"
:is-preview-mode="isPreviewMode"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@
computed: {
...mapState({
'infoBasicConfig': state => state.infoBasicConfig,
'username': state => state.username
'username': state => state.username,
'projectName': state => state.project.projectName
})
},
watch: {
Expand Down Expand Up @@ -284,6 +285,7 @@
const params = {
...this.formData,
project_code: this.project_id,
project_name: this.projectName,
creator: this.username
}
Expand Down

0 comments on commit 206360c

Please sign in to comment.