@@ -642,15 +642,6 @@ export default {
});
console.log(this.selectedStuIds);
},
- getStatus(status) {
- if (status == true) {
- return "启用";
- } else if (status == false) {
- return "禁用";
- } else {
- return "";
- }
- },
handleCurrentChange(val) {
this.currentPage = val;
this.searchForm();