bugfix and performance improvements
This commit is contained in:
@ -44,7 +44,7 @@ const submitForm = async () => {
|
||||
form.value.idCardPics = form.value.idImage.join(",");
|
||||
form.value.keyword = form.value.keywords.join(",");
|
||||
insertCasBroker(form.value).then(() => {
|
||||
ElMessage.success("新增成功");
|
||||
ElMessage.success(t("admin.common.addSuccess"));
|
||||
router.push({
|
||||
path: "/identity/index",
|
||||
});
|
||||
|
Reference in New Issue
Block a user