微调
This commit is contained in:
@@ -45,7 +45,9 @@
|
|||||||
<el-option key="2" label="2" :value="2"/>
|
<el-option key="2" label="2" :value="2"/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</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>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
@@ -153,7 +155,6 @@ const save = () => {
|
|||||||
dialogFormRef.value?.validate(async (valid: boolean) => {
|
dialogFormRef.value?.validate(async (valid: boolean) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
if (formContent.value.id) {
|
if (formContent.value.id) {
|
||||||
debugger;;
|
|
||||||
await updateFreqConverter(formContent.value);
|
await updateFreqConverter(formContent.value);
|
||||||
} else {
|
} else {
|
||||||
await addFreqConverter(formContent.value);
|
await addFreqConverter(formContent.value);
|
||||||
|
|||||||
Reference in New Issue
Block a user