Browse Source

月报2.0改造(5.7)

洪海涛 4 năm trước cách đây
mục cha
commit
00a6f288ca

+ 2 - 2
src/views/monthlyReport/childrenPage/editReport/components/MrTable/index.vue

@@ -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