Commit f03d66b8 authored by leon's avatar leon

fix: view config request then init chart

parent 4dad49db
...@@ -82,6 +82,7 @@ export default { ...@@ -82,6 +82,7 @@ export default {
const { Status, Msg, Result } = res.data const { Status, Msg, Result } = res.data
if (Status === 'true') { if (Status === 'true') {
that.elementData.dataList = Result that.elementData.dataList = Result
this.initChart()
}else { }else {
message.warning(Msg) message.warning(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