update 优化 通知公告提交提示
This commit is contained in:
parent
20b7819f11
commit
c5daf629d9
@ -222,7 +222,7 @@ const submitForm = () => {
|
||||
noticeFormRef.value?.validate(async (valid: boolean) => {
|
||||
if (valid) {
|
||||
form.value.noticeId ? await updateNotice(form.value) : await addNotice(form.value);
|
||||
proxy?.$modal.msgSuccess('修改成功');
|
||||
proxy?.$modal.msgSuccess('操作成功');
|
||||
dialog.visible = false;
|
||||
await getList();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user