|
@@ -412,7 +412,7 @@ export default {
|
|
|
},
|
|
|
watch: {
|
|
|
tableData: {
|
|
|
- handler (val, oldVal) {
|
|
|
+ handler(val, oldVal) {
|
|
|
this.pullOnlineQuestion()
|
|
|
},
|
|
|
deep: true,
|
|
@@ -797,7 +797,7 @@ export default {
|
|
|
url && window.open(url, '_blank')
|
|
|
},
|
|
|
pullOnlineQuestion() {
|
|
|
- if(this.title === '线上问题') {
|
|
|
+ if (this.title === '线上问题') {
|
|
|
this.$store.dispatch('monthlyReportEdit/pullOnlineQuestion', {
|
|
|
domKey: this.baseDataDomKey,
|
|
|
route: this.$route
|