Shannon_mu %!s(int64=3) %!d(string=hai) anos
pai
achega
59a43cf101
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      operationSupport/src/views/ownerManagement/details.vue

+ 0 - 2
operationSupport/src/views/ownerManagement/details.vue

@@ -245,9 +245,7 @@ export default {
                 .get('/scResident/find/' + this.id)
                 .then(({ data, status, msg }) => {
                     if (0 === status) {
-                        this.$message.success(msg);
                         this.detailsData = data;
-                        console.log(data);
                     } else {
                         this.$message.error(msg);
                     }