@@ -32,14 +32,7 @@ export default {
};
},
computed: {},
- watch: {
- "curQue.detail": {
- handler: function (newVal, oldVal) {
- this.handleSentence(JSON.parse(JSON.stringify(newVal)));
- },
- deep: true,
+ watch: {},
//方法集合
methods: {
onBlur(item, field) {