Commit 731def42 by zhuzhequan

修改sql执行工具

parent 31564197
......@@ -516,7 +516,7 @@ export default {
}
})
if (res.code === 200) {
this.msg_list = res.data
this.msg_list = res.data || []
this.$message.success(res.message)
} else {
this.msg_content = res.msg
......
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