qinzhipeng_v 5 år sedan
förälder
incheckning
abf267d2ea
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/Platform/presentation/PresentReport.vue

+ 2 - 2
src/views/Platform/presentation/PresentReport.vue

@@ -233,7 +233,7 @@ export default {
           this.CodeReview = 'info'
           this.CodeReview1 = 'danger'
           this.dataChange.cr = 0
-          this.dataChange.crBy = ''
+          this.$set(this.dataChange, 'crBy', '')
           this.showCodeReview = false
         }
         this.$nextTick(() => {
@@ -360,7 +360,7 @@ export default {
         this.CodeReview = 'info'
         this.CodeReview1 = 'danger'
         this.dataChange.cr = 0
-        this.dataChange.crBy = ''
+        this.$set(this.dataChange, 'crBy', '')
         this.showCodeReview = false
       }
     }