Commit 56710fce authored by wuquanxin's avatar wuquanxin

代码提交

parent b5c6c5b5
...@@ -13,9 +13,11 @@ export function schemeProblems(data) { ...@@ -13,9 +13,11 @@ export function schemeProblems(data) {
export function crossList(data) { export function crossList(data) {
return axios({ return axios({
// url: optBaseUrl + "/runningEvaluate/crossList", // url: optBaseUrl + "/runningEvaluate/crossList",
url: optBaseUrl + "/holo/base-cross-info/list", // method: 'post',
method: 'post', // data: data
data: data url: "/holo/base-cross-info/list",
method: 'get',
params: 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