修改提示
This commit is contained in:
parent
e9a4b61d4e
commit
0fe8c3247c
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user