|
@@ -532,10 +532,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
getInit() {
|
|
getInit() {
|
|
|
let data = this.obj;
|
|
let data = this.obj;
|
|
|
- console.log(data)
|
|
|
|
|
- if(!data.jie_dian_ren_wu_){
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
|
|
+
|
|
|
let jieduanvalue = data.jie_dian_ren_wu_||1
|
|
let jieduanvalue = data.jie_dian_ren_wu_||1
|
|
|
this.activeIndex = this.jieduan(jieduanvalue);
|
|
this.activeIndex = this.jieduan(jieduanvalue);
|
|
|
this.jieduanValue = this.activeIndex;
|
|
this.jieduanValue = this.activeIndex;
|