fix: 修改保存报错bug
This commit is contained in:
parent
28f4e3a1ff
commit
bce12305c8
@ -331,8 +331,8 @@ const toSaveView = () => {
|
||||
fieldIds: fieldIds.value.toString(),
|
||||
previewName: previewName.value,
|
||||
showTypeId: showTypeId.value,
|
||||
xDataId: xDataId.value.toString(),
|
||||
yDataId: yDataId.value.toString(),
|
||||
xDataId: xDataId.value?.toString(),
|
||||
yDataId: yDataId.value?.toString(),
|
||||
}).then(() => {
|
||||
message.success("保存成功,可前往视图列表查看");
|
||||
nameVisible.value = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user