|
@@ -33,12 +33,12 @@ export default {
|
|
|
},
|
|
|
computed: {},
|
|
|
watch: {
|
|
|
- "curQue.detail": {
|
|
|
- handler: function (newVal, oldVal) {
|
|
|
- this.handleSentence(JSON.parse(JSON.stringify(newVal)));
|
|
|
- },
|
|
|
- deep: true,
|
|
|
- },
|
|
|
+ // "curQue.detail": {
|
|
|
+ // handler: function (newVal, oldVal) {
|
|
|
+ // this.handleSentence(JSON.parse(JSON.stringify(newVal)));
|
|
|
+ // },
|
|
|
+ // deep: true,
|
|
|
+ // },
|
|
|
},
|
|
|
//方法集合
|
|
|
methods: {
|