mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 20:19:16 +08:00
fix(工作台): 测试计划进度显示错误
--bug=1025720 --user=宋昌昌 【工作台】我的待办-测试计划-测试进度显示错误 https://www.tapd.cn/55049933/s/1365641
This commit is contained in:
parent
73f380febd
commit
bed9bba9ed
@ -343,6 +343,7 @@ export default {
|
||||
item.tags = JSON.parse(item.tags);
|
||||
}
|
||||
item.passRate = item.passRate + '%';
|
||||
item.testRate = item.testRate ? item.testRate : 0;
|
||||
getPrincipalById(item.id).then(res => {
|
||||
let data = res.data;
|
||||
let principal = "";
|
||||
|
Loading…
Reference in New Issue
Block a user