Browse Source

修改bug

XMLWAN 5 years ago
parent
commit
3bf5bcee28
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/api/manage.js
  2. 1 1
      src/xt_pages/management/components/UserForm.vue

+ 1 - 0
src/api/manage.js View File

460
     limit: limit,
460
     limit: limit,
461
     page: page
461
     page: page
462
   }
462
   }
463
+  console.log('params', params)
463
   return request({
464
   return request({
464
     url: '/api/manage/queryinfo',
465
     url: '/api/manage/queryinfo',
465
     method: 'Get',
466
     method: 'Get',

+ 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 = "";