fix(测试跟踪): 测试计划步骤结果状态字体样式问题

--bug=1030549 --user=宋昌昌 【测试跟踪】测试计划-编辑功能用例的步骤结果为失败,“失败”字体颜色错误 https://www.tapd.cn/55049933/s/1417603
This commit is contained in:
song-cc-rock 2023-09-19 13:42:39 +08:00 committed by fit2-zhao
parent af39f92e74
commit 5d850e7d70
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ export default {
}
},
watch: {
'testCase.steptResults.length'() {
'testCase.steptResults'() {
this.$nextTick(() => {
this.resizeTextarea();
for (let i = 0; i < this.testCase.steptResults.length; i++) {