|
@@ -971,7 +971,7 @@ export default {
|
|
|
// this.$commonJS.allUploadFile(this.form)
|
|
|
|
|
|
//判断报告是否是已完成的
|
|
|
- if(this.form.status == 3){
|
|
|
+ if(this.form.status == 3 && !this.form.id){
|
|
|
var validMatters = this.validMatter()
|
|
|
if(validMatters){
|
|
|
this.form.followUps = validMatters
|