fix--flagInter问题

qianming 1 year ago
parent 6c9f14ef0d
commit a818d0c1d9

@ -14,7 +14,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -247,6 +246,7 @@ export default {
optionsStyle: {}, optionsStyle: {},
optionsData: {}, optionsData: {},
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -13,7 +13,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -98,6 +97,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -13,7 +13,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -59,6 +58,7 @@ export default {
optionsStyle: {}, // optionsStyle: {}, //
optionsData: {}, // optionsData: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -15,7 +15,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
widgetIndex: { widgetIndex: {
type: Number, type: Number,
default: 0, default: 0,
@ -64,6 +63,7 @@ export default {
optionsStyle: {}, // optionsStyle: {}, //
optionsData: {}, // optionsData: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -139,6 +139,7 @@ export default {
optionsStyle: {}, // optionsStyle: {}, //
optionsData: {}, // optionsData: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -94,6 +94,7 @@ export default {
optionsStyle: {}, // optionsStyle: {}, //
optionsData: {}, // optionsData: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -98,6 +98,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -157,6 +157,10 @@ export default {
}, },
], ],
}, },
optionsStyle: {}, //
optionsData: {}, //
optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -13,7 +13,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -78,6 +77,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -13,7 +13,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -106,6 +105,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -14,7 +14,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -248,6 +247,7 @@ export default {
optionsStyle: {}, optionsStyle: {},
optionsData: {}, optionsData: {},
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -13,7 +13,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -59,6 +58,7 @@ export default {
optionsStyle: {}, // optionsStyle: {}, //
optionsData: {}, // optionsData: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -15,7 +15,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
widgetIndex: { widgetIndex: {
type: Number, type: Number,
default: 0, default: 0,
@ -71,6 +70,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -211,7 +211,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -395,6 +394,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -133,7 +133,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -293,6 +292,7 @@ export default {
], ],
}, },
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -14,7 +14,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -128,6 +127,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -13,7 +13,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
widgetIndex: { widgetIndex: {
type: Number, type: Number,
default: 0, default: 0,
@ -317,6 +316,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -16,7 +16,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -48,6 +47,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -15,7 +15,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -53,6 +52,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -13,7 +13,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -29,6 +28,7 @@ export default {
optionsSetup: {}, optionsSetup: {},
optionsPosition: {}, optionsPosition: {},
optionsData: {}, optionsData: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -19,7 +19,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -194,6 +193,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -19,7 +19,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {
@ -192,6 +191,7 @@ export default {
optionsData: {}, // optionsData: {}, //
optionsCollapse: {}, // optionsCollapse: {}, //
optionsSetup: {}, optionsSetup: {},
flagInter: null,
}; };
}, },
computed: { computed: {

@ -13,7 +13,6 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
}, },
data() { data() {
return { return {

Loading…
Cancel
Save