修改提示

This commit is contained in:
高子兴 2024-07-06 14:38:56 +08:00
parent e9a4b61d4e
commit 0fe8c3247c

View File

@ -127,7 +127,7 @@ export default defineComponent({
const editFinished = async () => { const editFinished = async () => {
try { try {
await tenantService.update(formData.value); await tenantService.update(formData.value);
await ElMessageBox.alert('删除成功', '提示', { await ElMessageBox.alert('修改成功', '提示', {
// if you want to disable its autofocus // if you want to disable its autofocus
// autofocus: false, // autofocus: false,
confirmButtonText: 'OK', confirmButtonText: 'OK',