微调
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user