添加页面

This commit is contained in:
2025-11-05 17:07:17 +08:00
parent 328721e6e9
commit 886b27218c
29 changed files with 1691 additions and 829 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Date: 2025-10-31 11:06:15
* @LastEditors: lip
* @LastEditTime: 2025-11-03 12:48:30
* @LastEditors: shirlwang
* @LastEditTime: 2025-11-05 15:33:17
*/
// 人员接口
// import { post, get } from '@/utilsRc/request'
@@ -27,7 +27,7 @@ export function getPersonList(params) {
export function addInvestigate(data) {
return request({
// url: '//process/processInterview',
url: '//timelime/timelime',
url: '/timelime/timelime',
method: 'post',
data: data
})

View File

@@ -2,7 +2,7 @@
* @Descripttion:
* @Author: lip
* @Date: 2025-11-03 12:35:56
* @LastEditors: lip
* @LastEditors: shirlwang
*/
// import { post, get } from '../../utils/request.js'
import request from '@/utilsRc/request'
@@ -28,14 +28,14 @@ export function personAlertList(params) {
export function getJbrInfo() {
return request({
method: 'get',
url: `system/center/user/selectHxjbr`,
url: `/system/center/user/selectHxjbr`,
method: 'get'
})
}
export function getPersonBase() {
return request({
method: 'get',
url: `system/center/user/selectHxjbr`,
url: `/system/center/user/selectHxjbr`,
method: 'get'
})
}