@@ -112,13 +112,13 @@ export default {
created() {},
methods: {
edit() {
+ this.activeName = 'user';
this.isEdit = !this.isEdit;
},
editSave() {
this.$refs.editForm.setUser();
draChange(status) {
- console.log(status);
if (!status) {
this.isEdit = false;
}
@@ -892,7 +892,6 @@ export default {
this.userFrom.user_time = this.timeVal.join('-');
userDetail(row) {
- console.log(row.uid)
this.$refs.userDetails.modals = true;
this.$refs.userDetails.getDetails(row.uid);