Commit 81d228e3 authored by Quxl's avatar Quxl

x

parent b45fee11
Pipeline #121 failed with stages
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
test: function(index, row) { test: function(index, row) {
var scope = this; var scope = this;
$.post("http/test", {id: row.id}, function(json) { $.post("http/test", {id: row.id}, function(json) {
console.log("接口监控测试", json.data); console.log("监控测试", json.data);
scope.loadData(); scope.loadData();
}); });
}, },
......
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