|
|
@@ -321,7 +321,10 @@
|
|
|
}
|
|
|
this.optionscore=[]
|
|
|
this.partiesType=[]
|
|
|
- this.projectStage=[]
|
|
|
+ // this.projectStage=[]
|
|
|
+ this.objects = []
|
|
|
+ this.optionscore= []
|
|
|
+ this.stages = new Map()
|
|
|
this.drawer = false
|
|
|
this.act_projtask = null
|
|
|
this.$refs.onparties.$refs.customerType.$refs.tables.clearSelection()
|
|
|
@@ -344,10 +347,13 @@
|
|
|
}
|
|
|
this.optionscore=[]
|
|
|
this.partiesType=[]
|
|
|
- this.projectStage=[]
|
|
|
+ this.objects = []
|
|
|
+ this.projectStage = []
|
|
|
this.act_projtask = null
|
|
|
this.relateForm = []
|
|
|
- /*this.$refs.onparties.$refs.projectType.$refs.tables.clearSelection()*/
|
|
|
+ this.stages = new Map()
|
|
|
+ this.$refs.onparties.$refs.customerType.$refs.tables.clearSelection()
|
|
|
+ this.$refs.onparties.$refs.projectType.$refs.tables.clearSelection()
|
|
|
|
|
|
}
|
|
|
}
|