保安监管系统-验收版本
zhengpz
2021-09-17 c12a6cdcbbef8ebcb07db87bbb702b7c4e792815
src/api/index/index.js
@@ -47,10 +47,16 @@
    params: params
  });
};
// export const selectFj = () => {
//   return request({
//     url: "/api/information/selectFj",
//     method: "post"
//   });
// };
export const selectFj = () => {
  return request({
    url: "/api/information/selectFj",
    method: "post"
    url: "/api/information/selectSubstationWarnInfo",
    method: "get"
  });
};
export const selectBx = params => {
@@ -217,4 +223,4 @@
    method: "get",
    params: params
  });
};
};