소스 검색

修改样式

long 3 년 전
부모
커밋
0304702332
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      operationSupport/src/views/propertyManagement/inform.vue

+ 0 - 4
operationSupport/src/views/propertyManagement/inform.vue

@@ -775,15 +775,12 @@ export default {
                         var userVos = [];
                         let arr1 = this.selectDataHouseTreeData.userList;
                         let arr2 = this.selectDataPeopleTreeData.userList;
-                        console.log('arr1==================', arr1);
-                        console.log('arr2==================', arr2);
                         let treeData = [];
                         treeData[0] = JSON.stringify(this.selectDataHouseTreeData.userID);
                         treeData[1] = JSON.stringify(arr2);
                         if (arr1.length > 0) {
                             for (let index = 0; index < arr1.length; index++) {
                                 let element = arr1[index];
-                                console.log('arr1====element==============', element);
                                 let obj = {};
                                 obj.noticeId = '';
                                 obj.userId = element;
@@ -793,7 +790,6 @@ export default {
                         }
                         if (arr2.length > 0) {
                             for (let index = 0; index < arr2.length; index++) {
-                                console.log('arr2====element==============', element);
                                 let obj = {};
                                 let element = arr2[index];
                                 obj.noticeId = '';