Merge branch 'master' of https://gitee.com/youlaiorg/youlai-boot into develop
This commit is contained in:
@@ -363,7 +363,7 @@
|
||||
})
|
||||
.finally(() => (loading.value = false));
|
||||
} else {
|
||||
${entityName}API.add(formData)
|
||||
${entityName}API.create(formData)
|
||||
.then(() => {
|
||||
ElMessage.success("新增成功");
|
||||
handleCloseDialog();
|
||||
|
||||
Reference in New Issue
Block a user