南昌市物联网技防平台-前端
zengh
2021-03-03 44bbb892ce5b559d64f0295485fd44b5c7fc0987
错误调整
2 files modified
25 ■■■■■ changed files
src/api/policeInformation/index.js 23 ●●●●● patch | view | raw | blame | history
src/views/policeInformationDistribution/index.vue 2 ●●● patch | view | raw | blame | history
src/api/policeInformation/index.js
@@ -36,3 +36,26 @@
  })
}
export const getList = (current, size, params) => {
  return request({
    url: '/api/blade-jfpts/jingdan/jingdan/page',
    method: 'get',
    params: {
      ...params,
      current,
      size,
    }
  })
}
export const addP = (row) => {
  return request({
    url: '/api/blade-jfpts/jingdan/jingdan/submit',
    method: 'post',
    data: row
  })
}
src/views/policeInformationDistribution/index.vue
@@ -81,7 +81,7 @@
  update,
  add,
  getclient
} from "@/api/policeInformation/distribution";
} from "@/api/policeInformation/index";
import { mapGetters } from "vuex";
export default {