Commit 6f98ef98 authored by liwei's avatar liwei

加了个删除后的提示信息

parent 778e1b0a
...@@ -300,10 +300,8 @@ ...@@ -300,10 +300,8 @@
}) })
} }
loadingRef.value = true; loadingRef.value = true;
console.log('333333')
try { try {
for (let i = 0; i < tabsFormSchema.length; i++) { for (let i = 0; i < tabsFormSchema.length; i++) {
console.log('4444')
let item = tabsFormSchema[i]; let item = tabsFormSchema[i];
if (item.show) { if (item.show) {
const { validate, getFieldsValue } = item.Form[1]; const { validate, getFieldsValue } = item.Form[1];
......
...@@ -131,6 +131,7 @@ ...@@ -131,6 +131,7 @@
function handleDelete(record: Recordable) { function handleDelete(record: Recordable) {
deleteItem({ id: record.id }); deleteItem({ id: record.id });
createMessage.success('删除成功!');
reload(); reload();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment