XMLWAN před 4 roky
rodič
revize
3bf5bcee28
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 0
      src/api/manage.js
  2. 1 1
      src/xt_pages/management/components/UserForm.vue

+ 1 - 0
src/api/manage.js Zobrazit soubor

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 Zobrazit soubor

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