@@ -52,6 +52,17 @@ export default {
wordShow: false,
};
},
+ watch: {
+ data: {
+ handler(val) {
+ if (val) {
+ this.wordShow = isEnable(this.data.property.is_word_show);
+ }
+ },
+ deep: true,
+ immediate: true,
computed: {},
created() {},
methods: {