baiqiu-cms-decoration2 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -82413,7 +82413,10 @@ var simplyText_component = normalizeComponent(
|
|
|
82413
82413
|
methods: {
|
|
82414
82414
|
getCustom() {
|
|
82415
82415
|
let list = this.layOutData.componentList.filter(item => {
|
|
82416
|
-
|
|
82416
|
+
if (item.type > 100) {
|
|
82417
|
+
item.originalId = this.recordId;
|
|
82418
|
+
return item;
|
|
82419
|
+
}
|
|
82417
82420
|
});
|
|
82418
82421
|
return list;
|
|
82419
82422
|
},
|
|
@@ -83457,6 +83460,10 @@ var slideLayout_component = normalizeComponent(
|
|
|
83457
83460
|
},
|
|
83458
83461
|
path: {
|
|
83459
83462
|
type: String
|
|
83463
|
+
},
|
|
83464
|
+
needReport: {
|
|
83465
|
+
type: Boolean,
|
|
83466
|
+
default: true
|
|
83460
83467
|
}
|
|
83461
83468
|
},
|
|
83462
83469
|
data() {
|
|
@@ -83475,6 +83482,7 @@ var slideLayout_component = normalizeComponent(
|
|
|
83475
83482
|
};
|
|
83476
83483
|
},
|
|
83477
83484
|
mounted() {
|
|
83485
|
+
if (!this.needReport) return;
|
|
83478
83486
|
this.$nextTick(() => {
|
|
83479
83487
|
var commom = __webpack_require__("cf45");
|
|
83480
83488
|
commom.scroll(this);
|
|
@@ -82422,7 +82422,10 @@ var simplyText_component = normalizeComponent(
|
|
|
82422
82422
|
methods: {
|
|
82423
82423
|
getCustom() {
|
|
82424
82424
|
let list = this.layOutData.componentList.filter(item => {
|
|
82425
|
-
|
|
82425
|
+
if (item.type > 100) {
|
|
82426
|
+
item.originalId = this.recordId;
|
|
82427
|
+
return item;
|
|
82428
|
+
}
|
|
82426
82429
|
});
|
|
82427
82430
|
return list;
|
|
82428
82431
|
},
|
|
@@ -83466,6 +83469,10 @@ var slideLayout_component = normalizeComponent(
|
|
|
83466
83469
|
},
|
|
83467
83470
|
path: {
|
|
83468
83471
|
type: String
|
|
83472
|
+
},
|
|
83473
|
+
needReport: {
|
|
83474
|
+
type: Boolean,
|
|
83475
|
+
default: true
|
|
83469
83476
|
}
|
|
83470
83477
|
},
|
|
83471
83478
|
data() {
|
|
@@ -83484,6 +83491,7 @@ var slideLayout_component = normalizeComponent(
|
|
|
83484
83491
|
};
|
|
83485
83492
|
},
|
|
83486
83493
|
mounted() {
|
|
83494
|
+
if (!this.needReport) return;
|
|
83487
83495
|
this.$nextTick(() => {
|
|
83488
83496
|
var commom = __webpack_require__("cf45");
|
|
83489
83497
|
commom.scroll(this);
|