fix--flagInter问题

qianming 1 year ago
parent e9e3311bc1
commit 60e562df3a

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save