@@ -441,10 +441,8 @@ export default {
},
methods: {
handleStatus(row){
- row.type = !row.type
- enableOrDisable(row).then(res=>{
- console.log(res);
- })
+ enableOrDisable(row)
+ this.getList();
searchUserName(id) {
let fined = this.user.find((item) => item.value == id);