唐润平:增加和删除后的提示信息框-提交

This commit is contained in:
trp
2023-12-16 17:34:57 +08:00
parent 5a29a9d445
commit 8c0b322cf4

View File

@@ -186,6 +186,10 @@ function handleAddEqu(formInfo) {
//表单信息
//这里利用处理请求
demo.addEquipment(targetP, formInfo);
ElMessage({
message: "添加成功!",
type: "success",
});
}
const centerDialogVisible = ref(false);