@@ -204,10 +204,6 @@ export default {
});
if (res.data.status == 0) {
- ElNotification({
- type: "success",
- title: res.data.msg,
- });
tableData.value = res.data.result;
} else {
tableData.value = [];