Commit 5a4412f3 authored by Quxl's avatar Quxl

x

parent 970d10f9
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
methods: { methods: {
doExecute() { doExecute() {
var scope = this; var scope = this;
window.localStorage.setItem("DataSource", JSON.stringify(scope.form)); window.localStorage.setItem("ConcurentDataSource", JSON.stringify(scope.form));
$.post("concurrentSql", scope.form, function(json) { $.post("concurrentSql", scope.form, function(json) {
scope.logs.push(JSON.stringify(json, null, 8)); scope.logs.push(JSON.stringify(json, null, 8));
}); });
......
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