소스 검색

修改bug

XMLWAN 4 년 전
부모
커밋
95c4e1009d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/xt_pages/management/components/UserForm.vue

+ 1 - 1
src/xt_pages/management/components/UserForm.vue 파일 보기

@@ -1694,7 +1694,7 @@ export default {
1694 1694
       ).then(response => {
1695 1695
         if (response.data.state === 1) {
1696 1696
           var information = response.data.data.infor;
1697
-          console.log("information",information)
1697
+         // console.log("information",information)
1698 1698
           for (let index = 0; index < information.length; index++) {
1699 1699
             if (information[index].class === 0) {
1700 1700
               information[index].class = "";