fix(测试跟踪): 查看公共用例库用例时评论未显示

--bug=1013838 --user=李玉号 【测试跟踪】公共用例库 选择模块 点击复制按钮,报500
https://www.tapd.cn/55049933/s/1177112
This commit is contained in:
shiziyuan9527 2022-06-09 10:57:53 +08:00 committed by jianxing
parent 3f11dd3961
commit b9dfa3b09d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<ms-form-divider :title="$t('test_track.case.other_info')"/> <ms-form-divider :title="$t('test_track.case.other_info')"/>
<test-case-edit-other-info :read-only="readOnly" :project-id="projectIds" :form="form" <test-case-edit-other-info :read-only="readOnly" :project-id="projectIds" :form="form" :comments.sync="comments"
:label-width="formLabelWidth" :case-id="form.id" ref="otherInfo"/> :label-width="formLabelWidth" :case-id="form.id" ref="otherInfo"/>
<test-case-comment :case-id="form.id" <test-case-comment :case-id="form.id"
@getComments="getComments" ref="testCaseComment"/> @getComments="getComments" ref="testCaseComment"/>