qinzhipeng_v преди 5 години
родител
ревизия
abf267d2ea
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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
       }
     }