间谐波次数,IP地址
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
inline-prompt
|
||||
:active-value="1"
|
||||
:inactive-value="0"
|
||||
active-text="启用"
|
||||
inactive-text="禁用"
|
||||
active-text="禁用"
|
||||
inactive-text="启用"
|
||||
@change="enableScript"
|
||||
size="large"
|
||||
width="80px"
|
||||
|
||||
@@ -213,7 +213,7 @@ const onSubmit = () => {
|
||||
}
|
||||
if (formInline.value.inharm.includes('0')) {
|
||||
props.childForm[0].inharmList = []
|
||||
for (let i = 2; i < 51; i++) {
|
||||
for (let i = 0.5; i < 50; i++) {
|
||||
props.childForm[0].inharmList.push({
|
||||
inharm: i, //间间谐波次数
|
||||
famp: formInline.value.famp, //间间谐波含有率
|
||||
@@ -250,7 +250,7 @@ const onSubmit1 = () => {
|
||||
}
|
||||
if (formInline1.value.inharm.includes('0')) {
|
||||
props.childForm[1].inharmList = []
|
||||
for (let i = 2; i < 51; i++) {
|
||||
for (let i = 0.5; i < 50; i++) {
|
||||
props.childForm[1].inharmList.push({
|
||||
inharm: i, //间间谐波次数
|
||||
famp: formInline1.value.famp, //间间谐波含有率
|
||||
|
||||
Reference in New Issue
Block a user