|
@@ -56,13 +56,13 @@ export default {
|
|
|
})
|
|
})
|
|
|
this.tool.showMessage(res,()=>{
|
|
this.tool.showMessage(res,()=>{
|
|
|
this.onCancel()
|
|
this.onCancel()
|
|
|
|
|
+ this.$emit('addSuccess')
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
onCancel(){
|
|
onCancel(){
|
|
|
this.dialogFormVisible = false
|
|
this.dialogFormVisible = false
|
|
|
this.form.inferiority = ''
|
|
this.form.inferiority = ''
|
|
|
this.form.advantage = ''
|
|
this.form.advantage = ''
|
|
|
- this.$emit('addSuccess')
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|