叶松
2023-11-16 95f1cf4910b31fa661f1464e03379bd0a99e9d4e
修改接口信息
已修改2个文件
11 ■■■■ 文件已修改
xcx/api/module/system.js 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
xcx/pages/registerIndex/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
xcx/api/module/system.js
@@ -45,6 +45,11 @@
    getAllPersons: (params) =>
        axios.post('/staff/platUser/pulldown', params),
    // 获取所有部门信息
    getAllDepartmentData: () =>
        axios.post('/staff/depart/pulldownList'),
    getAllDepartmentData: (params) =>
        axios.post('/staff/depart/pulldownList',{
            header: {
                "content-type":'application/json'
            },
            ...params
        }),
}
xcx/pages/registerIndex/index.vue
@@ -156,7 +156,7 @@
                    sexValue: '',
                    phone: '',
                    idNo: '',
                    companyIdValue: '',
                    companyId: '',
                    posId: '',
                    posIdValue: '',
                    remark: ''