| src/api/policeInformation/index.js | ●●●●● patch | view | raw | blame | history | |
| src/views/policeInformationDistribution/index.vue | ●●●●● 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 {