|
@@ -439,6 +439,7 @@ export default {
|
|
|
var form = JSON.parse(JSON.stringify(row))
|
|
|
this.$set(form,'associateReportName',row.volumeNumber?row.volumeNumber:row.name)
|
|
|
this.$set(form,'associateReportId',row.id)
|
|
|
+ this.$set(form,'conclusionIds',[])
|
|
|
if(isNaN((row.name).substring((row.name).length-1))){
|
|
|
form.name = row.name + '-V1'
|
|
|
}else{
|