Commit 249c78b8 authored by 裴文涛's avatar 裴文涛
parents d44551fb 3fc0bbc1
......@@ -239,6 +239,7 @@ const getListData = () => {
// 保存修改
const onSave = async () => {
formDatas.value.transferIds = formDatas.value.transferIds.join(",");
await formRef.value.validate()
const result = await postConfigBoilerUpdate({ ...formDatas.value });
if (result.success) {
ElMessage.success(result.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment