去除多余的代码

This commit is contained in:
RuoYi
2020-06-04 16:34:53 +08:00
parent cd5cf1a680
commit b887f1f946
17 changed files with 6 additions and 64 deletions

View File

@@ -308,8 +308,6 @@ export default {
this.msgSuccess("修改成功");
this.open = false;
this.getList();
} else {
this.msgError(response.msg);
}
});
} else {
@@ -318,8 +316,6 @@ export default {
this.msgSuccess("新增成功");
this.open = false;
this.getList();
} else {
this.msgError(response.msg);
}
});
}