Browse Source

修改bug

XMLWAN 4 years ago
parent
commit
95c4e1009d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/management/components/UserForm.vue

+ 1 - 1
src/xt_pages/management/components/UserForm.vue View File

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