XMLWAN 4 anos atrás
pai
commit
3bf5bcee28

+ 1 - 0
src/api/manage.js Ver arquivo

@@ -460,6 +460,7 @@ export function queryInfo(zone, bed, startime, endtime, limit, page) {
460 460
     limit: limit,
461 461
     page: page
462 462
   }
463
+  console.log('params', params)
463 464
   return request({
464 465
     url: '/api/manage/queryinfo',
465 466
     method: 'Get',

+ 1 - 1
src/xt_pages/management/components/UserForm.vue Ver arquivo

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