Skip to content

Commit

Permalink
fix: 字段错误调整 --story=121000017
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 27595
  • Loading branch information
ywywZhou committed Dec 24, 2024
1 parent 882e29e commit 94b9c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
params.templates = [...new Set(selectedTplIds)]
const resp = await this.sharedTemplateRecord(params)
if (!resp.results) {
if (!resp.result) {
this.repeatSceneInfo = resp.data
return
}
Expand Down

0 comments on commit 94b9c7f

Please sign in to comment.