保安监管系统-验收版本
tangzy
2021-12-04 e05d16c566b4dbac7f61bf3a0ebb597b0114482f
现实表现差弹窗
2 files modified
5 ■■■■■ changed files
src/api/index/index.js 4 ●●●● patch | view | raw | blame | history
src/views/home/index.vue 1 ●●●● patch | view | raw | blame | history
src/api/index/index.js
@@ -264,8 +264,8 @@
// 资格审查异常人员清单
export const xsbxPages = params => {
  return request({
    url: "/api/blade-user/pages",
    method: "get",
    url: "/api/information/selectBxc",
    method: "post",
    params: params
  });
};
src/views/home/index.vue
@@ -1616,7 +1616,6 @@
        current: this.gridData.current,
        size: 10,
        jurisdiction: this.value1,
        score: 3
      };
      xsbxPages(params).then(res => {
        if (res.data.code === 200) {