|
@@ -176,6 +176,6 @@ export function addSource(param, success) {
|
|
|
|
|
|
//查看源设备
|
|
//查看源设备
|
|
export function sourceQuery(param, success) {
|
|
export function sourceQuery(param, success) {
|
|
- let url = `${baseUrl}${dataCenter}/mep-system-calc/source/query`
|
|
|
|
- httpUtil.postJson(url, param, success)
|
|
|
|
|
|
+ let url = `${baseUrl}${dataCenter}/mep-system-calc/source/query?calcName=${param.calcName}`
|
|
|
|
+ httpUtil.getJson(url, {}, success)
|
|
}
|
|
}
|