This commit is contained in:
caozehui
2026-04-14 15:06:09 +08:00
parent c73bf05d41
commit 465ad81069

View File

@@ -45,7 +45,9 @@
<el-option key="2" label="2" :value="2"/>
</el-select>
</el-form-item>
<el-form-item label="超时时间(Ms)" prop="timeoutMs">
<el-input-number v-model="formContent.timeoutMs" placeholder="请输入超时时间" style="width: 100%" min="1"/>
</el-form-item>
</el-form>
</div>
<template #footer>
@@ -153,7 +155,6 @@ const save = () => {
dialogFormRef.value?.validate(async (valid: boolean) => {
if (valid) {
if (formContent.value.id) {
debugger;;
await updateFreqConverter(formContent.value);
} else {
await addFreqConverter(formContent.value);