历史趋势添加默认2谐波次数
This commit is contained in:
@@ -602,6 +602,10 @@ const initSearchFormIndexAndCount = (list: any) => {
|
||||
if (kk.harmStart && kk.harmEnd) {
|
||||
range(0, 0, 0)
|
||||
countData.value[index].countOptions = range(kk.harmStart, kk.harmEnd, 1)
|
||||
//添加默认值
|
||||
if (countData.value[index].count.length == 0) {
|
||||
countData.value[index].count = [countData.value[index].countOptions[0]]
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user