@@ -200,7 +200,7 @@ export default {
submit(this.dialogForm).then(res => {
if (res.code === 0) {
this.$message.success('提交成功!')
- this.dialogVisible = false
+ this.getClose()
this.getList()
}
})