|
@@ -433,12 +433,12 @@ export default {
|
|
if(!val){
|
|
if(!val){
|
|
this.ruleForm.scenarioIds = []
|
|
this.ruleForm.scenarioIds = []
|
|
this.show = false
|
|
this.show = false
|
|
- this.$set(this.form,'matterIds',[])
|
|
|
|
|
|
+ this.$set(this.ruleForm,'matterIds',[])
|
|
this.remoteEvent('')
|
|
this.remoteEvent('')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if(!this.form.matterIds){
|
|
|
|
- this.$set(this.form,'matterIds',[])
|
|
|
|
|
|
+ if(!this.ruleForm.matterIds){
|
|
|
|
+ this.$set(this.ruleForm,'matterIds',[])
|
|
}
|
|
}
|
|
var obj = this.eventList.data.find(item=>{
|
|
var obj = this.eventList.data.find(item=>{
|
|
return item.id == val
|
|
return item.id == val
|