baiqiu-cms-decoration2 2.0.4 → 2.0.5
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.
|
@@ -82323,7 +82323,7 @@ var simplyText_component = normalizeComponent(
|
|
|
82323
82323
|
methods: {
|
|
82324
82324
|
getCustom() {
|
|
82325
82325
|
let list = this.layOutData.componentList.filter((item, i) => {
|
|
82326
|
-
if (item.type > 100) {
|
|
82326
|
+
if (item.type > 100 && item.displayType == 1) {
|
|
82327
82327
|
item.originalId = this.recordId;
|
|
82328
82328
|
item.zIndex = i;
|
|
82329
82329
|
return item;
|
|
@@ -82332,7 +82332,7 @@ var simplyText_component = normalizeComponent(
|
|
|
82332
82332
|
methods: {
|
|
82333
82333
|
getCustom() {
|
|
82334
82334
|
let list = this.layOutData.componentList.filter((item, i) => {
|
|
82335
|
-
if (item.type > 100) {
|
|
82335
|
+
if (item.type > 100 && item.displayType == 1) {
|
|
82336
82336
|
item.originalId = this.recordId;
|
|
82337
82337
|
item.zIndex = i;
|
|
82338
82338
|
return item;
|