|
@@ -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>
|