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