间谐波次数,IP地址

This commit is contained in:
sjl
2025-05-29 10:15:03 +08:00
parent 6ef2a6049b
commit 3c19b05f4b
3 changed files with 18 additions and 15 deletions

View File

@@ -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"

View File

@@ -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, //间间谐波含有率