fix--flagInter问题

qianming 1 year ago
parent e9e3311bc1
commit 60e562df3a

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

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

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

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

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

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

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

@ -15,6 +15,7 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
widgetIndex: { widgetIndex: {
type: Number, type: Number,
default: 0, default: 0,

@ -13,6 +13,7 @@ export default {
props: { props: {
value: Object, value: Object,
ispreview: Boolean, ispreview: Boolean,
flagInter: null,
widgetIndex: { widgetIndex: {
type: Number, type: Number,
default: 0, default: 0,

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

Loading…
Cancel
Save