fix(测试跟踪): 测试计划步骤结果状态字体样式问题
--bug=1030549 --user=宋昌昌 【测试跟踪】测试计划-编辑功能用例的步骤结果为失败,“失败”字体颜色错误 https://www.tapd.cn/55049933/s/1417603
This commit is contained in:
parent
af39f92e74
commit
5d850e7d70
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue