fix(测试跟踪): 查看公共用例库用例时评论未显示
--bug=1013838 --user=李玉号 【测试跟踪】公共用例库 选择模块 点击复制按钮,报500 https://www.tapd.cn/55049933/s/1177112
This commit is contained in:
parent
3f11dd3961
commit
b9dfa3b09d
|
@ -96,7 +96,7 @@
|
|||
|
||||
<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"/>
|
||||
<test-case-comment :case-id="form.id"
|
||||
@getComments="getComments" ref="testCaseComment"/>
|
||||
|
|
Loading…
Reference in New Issue