yq1 1 ano atrás
pai
commit
f1b40e4a58

+ 4 - 4
src/pages/main/dialog/DialysisConsumables.vue Ver arquivo

@@ -1,4 +1,4 @@
1
-<!-- <template>
1
+<template>
2 2
   <div class="page_dialysisConsumables">
3 3
     <van-sticky>
4 4
       <div class="dialysisConsumablesTitle">
@@ -146,7 +146,7 @@ export default {
146 146
                 // console.log('~~~~~44444444')
147 147
 
148 148
                 // console.log('res.data.dialysis_goods[i].project')
149
-                // console.log(res.data.dialysis_goods[i].project)
149
+                console.log(res.data.dialysis_goods[i].project)
150 150
                 if (res.data.dialysis_goods[i].project.length > 0) {
151 151
                   for (let b = 0; b < res.data.dialysis_goods[i].project.length; b++) {
152 152
                     let obj = {
@@ -242,7 +242,7 @@ export default {
242 242
 
243 243
           var newArr = this.newUnique(this.list)
244 244
           this.list = newArr
245
-          // console.log('数据2323232322323232323232323', this.list)
245
+          console.log('数据2323232322323232323232323', this.list)
246 246
         }
247 247
       }
248 248
       )
@@ -404,4 +404,4 @@ export default {
404 404
   }
405 405
 
406 406
   }
407
-</style> -->
407
+</style>

+ 3 - 3
src/pages/main/dialog/TwoMenu.vue Ver arquivo

@@ -1,4 +1,4 @@
1
-<!-- <template>
1
+<template>
2 2
   <div class="Dialog" v-show="show">
3 3
     <div class="DialogTit">
4 4
       <div class="back" @click="hide()">
@@ -96,7 +96,7 @@ export default {
96 96
       handle_select,
97 97
       handle_hide
98 98
     ) {
99
-      // console.log(this.single.cur_id);
99
+      console.log(this.single.cur_id);
100 100
 
101 101
       this.show = true;
102 102
       this.type = 1;
@@ -182,4 +182,4 @@ export default {
182 182
     }
183 183
   }
184 184
 }
185
-</style> -->
185
+</style>