|
@@ -1382,7 +1382,7 @@ export function countProperty(param, success) {
|
|
|
|
|
|
//根据id删除资产信息
|
|
|
export function deleteProperty(param, success) {
|
|
|
- let url = `${baseUrl}${dataCenter}/property/delete`;
|
|
|
+ let url = `${baseUrl}${object}/property/delete`;
|
|
|
http.postJson(url, param, success)
|
|
|
}
|
|
|
|