国网模板新增弹框内接口初步完善

This commit is contained in:
BianLzhaoMin 2025-04-28 12:16:26 +08:00
parent 7d0786d35c
commit bf98af0358
4 changed files with 594 additions and 324 deletions

View File

@ -10,6 +10,14 @@ export function getCompanyPerformanceListAPI(data) {
params: data,
})
}
// 公司业绩列表 根据人员id查询
export function getCompanyPerformanceListByPersonIdAPI(data) {
return request({
url: '/tbCompanyPerf/getTbCompanyPerfListByPersonId',
method: 'get',
params: data,
})
}
// 新增公司业绩
export function addCompanyPerformanceAPI(data) {

View File

@ -142,6 +142,7 @@ export default {
tableList: [],
tableColumn: [
{ label: '项目名称(按合同)', prop: 'proName' },
{ label: '电压等级', prop: 'voltage' },
{ label: '建设单位', prop: 'consUnit' },
{ label: '分包合同额(万元)', prop: 'money' },
{ label: '开竣工日期', isSlot: true },

View File

@ -36,7 +36,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://192.168.0.60:58080`, // 赵福海
// target: `http://192.168.0.60:58080`, // 赵福海
target: `http://192.168.0.137:58080`, // 方亮
// target: `http://192.168.0.38:58080`,
changeOrigin: true,
pathRewrite: {