Pārlūkot izejas kodu

排序问题处理

XMLWAN 4 gadus atpakaļ
vecāks
revīzija
3871127291

+ 2 - 2
config/prod.env.js Parādīt failu

@@ -1,8 +1,8 @@
1 1
 "use strict";
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4
-  //BASE_API: '"http://new_mobile.xt.api.sgjyun.com"'
5
-  BASE_API: '"https://api.xt.kuyicloud.com"'
4
+  BASE_API: '"http://new_mobile.xt.api.sgjyun.com"'
5
+  // BASE_API: '"https://api.xt.kuyicloud.com"'
6 6
   // BASE_API:'"http://localhost:9529"',
7 7
   // BASE_API: '"http://api.xt.test.sgjyun.com"'
8 8
   // http://api.xt.test.sgjyun.com

+ 0 - 4
src/pages/advice/DialysisAdviceTable.vue Parādīt failu

@@ -462,10 +462,6 @@ export default {
462 462
             }
463 463
           }
464 464
           console.log("arrTwo", arrTwo);
465
-          // var arrthree = [];
466
-          // for (let i = 0; i < arrTwo.length; i++) {
467
-          //  arrthree.push(arrTwo[i].doctor_advice);
468
-          // }
469 465
           schedules = arrTwo;
470 466
           var zoneMap = {};
471 467
           var scheduleMap = {};

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1088 - 1088
src/pages/main/dialog/PrescriptionDialog.vue