Commit 7ecb186c by zhaoxiqing

gsb

parent 960b2c1e
...@@ -160,7 +160,7 @@ class XbgApi extends apiBase { ...@@ -160,7 +160,7 @@ class XbgApi extends apiBase {
try { try {
let response = await axios({ let response = await axios({
method: "POST", method: "POST",
url: this.url + "acontractList", url: this.url + "acontracttoMtchIdList",
data: params data: params
}) })
return response.data; return response.data;
......
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