Commit 970d10f9 authored by Quxl's avatar Quxl

x

parent 4fdbb3fb
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
} }
}, },
mounted() { mounted() {
var dataSourceJsonString = localStorage.getItem("DataSource"); var dataSourceJsonString = localStorage.getItem("ConcurentDataSource");
if(dataSourceJsonString) { if(dataSourceJsonString) {
this.form = eval("(" + dataSourceJsonString + ")"); this.form = eval("(" + dataSourceJsonString + ")");
} }
......
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