全局修改国网字段
This commit is contained in:
@@ -13,4 +13,11 @@ export function getSteadyQualifyCensus(data:any) {
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
export function IntegrityIcon(data:any) {
|
||||
return createAxios({
|
||||
url: "/device-boot/LineIntegrityData/getIntegrityIcon",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user