src/views/experiment/project/index.vue @@ -119,7 +119,6 @@ type: 'warning' }) .then(async () => { debugger let res = await projectApi().deleteProjectById({ id: val.id }); if (res.data.code === 100) { ElMessage({