## 删除死点优化返回信息

This commit is contained in:
zhangheng 2025-09-11 13:54:19 +08:00
parent ef183d7344
commit f0b7ed589f
1 changed files with 0 additions and 2 deletions

View File

@ -122,8 +122,6 @@ export default {
spe.getdeleteDeadLockDel({memberCode:memberCode}).then((res) => {
if(res.code == 200){
this.$message.success("删除成功");
}else{
this.$message.error(res.msg);
}
this.getSearch();
});