Commit 599cdf9c authored by 王晓铜's avatar 王晓铜

修改负责人手动输入问题

parent 58d5e689
...@@ -237,12 +237,13 @@ export default { ...@@ -237,12 +237,13 @@ export default {
this.$bus.$on('data', (row) => { this.$bus.$on('data', (row) => {
if (row !== null) { if (row !== null) {
if (row === 'add') { if (row === 'add') {
// console.log('rrr')
// 整体页面刷新 // 整体页面刷新
// location.reload() // location.reload()
this.isShow = false this.isShow = false
this.sqlMonitorForm = {} this.sqlMonitorForm = {}
this.sqlMonitorForm.owner = this.getUserName // this.sqlMonitorForm.owner = ''
this.sqlMonitorForm.status = 1 // this.sqlMonitorForm.status = 1
this.sqlMonitorForm.sql = '' this.sqlMonitorForm.sql = ''
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment