修改浙江无线测试用例bug
This commit is contained in:
@@ -496,6 +496,7 @@ export default {
|
||||
colors.push('#CC0000')
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
if (waveDatas[0].unit === '电压') {
|
||||
if (this.value === 1) {
|
||||
@@ -506,6 +507,8 @@ export default {
|
||||
} else {
|
||||
unit = 'A'
|
||||
}
|
||||
|
||||
|
||||
//把剩余的DIV先拼接好
|
||||
for (var step = 1; step < waveDatas.length; step++) {
|
||||
var waveId = 'wave' + step
|
||||
|
||||
Reference in New Issue
Block a user