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