禅道bug修复

This commit is contained in:
BianLzhaoMin 2025-08-29 15:10:37 +08:00
parent 75bab7b671
commit 0f0656d42f
6 changed files with 30 additions and 30 deletions

View File

@ -135,7 +135,7 @@ export default {
{ {
label: '分公司', label: '分公司',
value: '', value: '',
queryKey: 'subCompanyId', queryKey: 'subComId',
isPersonFilter: 'all', isPersonFilter: 'all',
radioGroupHeight: 0, radioGroupHeight: 0,
radioGroupShowHeight: 38, radioGroupShowHeight: 38,
@ -450,7 +450,7 @@ export default {
volLevel: '', volLevel: '',
proStatus: '', proStatus: '',
lightStatus: '', lightStatus: '',
subCompanyId: '', subComId: '',
} }
this.filterQueryList.forEach((item) => { this.filterQueryList.forEach((item) => {
query[item.queryKey] = item.value query[item.queryKey] = item.value

View File

@ -184,10 +184,10 @@ export default {
getTeamProjectListAPI, getTeamProjectListAPI,
getWorkerProjectListAPI, getWorkerProjectListAPI,
queryParams_team: { queryParams_team: {
subCompanyId: this.selectCompany, subComId: this.selectCompany,
}, },
queryParams: { queryParams: {
subCompanyId: '', subComId: '',
proStatus: '', proStatus: '',
volLevel: '', volLevel: '',
proType: '', proType: '',
@ -261,7 +261,7 @@ export default {
// //
handelSettingQuery(query) { handelSettingQuery(query) {
const { const {
subCompanyId, subComId,
proStatus, proStatus,
volLevel, volLevel,
proType, proType,
@ -280,7 +280,7 @@ export default {
this.queryParams.endAge = '' this.queryParams.endAge = ''
} }
this.queryParams.subCompanyId = subCompanyId this.queryParams.subComId = subComId
this.queryParams.proStatus = proStatus this.queryParams.proStatus = proStatus
this.queryParams.volLevel = volLevel this.queryParams.volLevel = volLevel
this.queryParams.proType = proType this.queryParams.proType = proType

View File

@ -390,7 +390,7 @@ export default {
], ],
queryParamsProject: { queryParamsProject: {
subCompanyId: this.selectCompany, subComId: this.selectCompany,
proStatus: '', proStatus: '',
volLevel: '', volLevel: '',
proType: '', proType: '',
@ -399,7 +399,7 @@ export default {
// //
subQueryParams: { subQueryParams: {
proId: '', proId: '',
subCompanyId: '', subComId: '',
mainProId: '', mainProId: '',
}, },
@ -407,7 +407,7 @@ export default {
teamQueryParams: { teamQueryParams: {
proId: '', proId: '',
subId: '', subId: '',
subCompanyId: '', subComId: '',
mainProId: '', mainProId: '',
}, },
@ -418,7 +418,7 @@ export default {
teamId: '', teamId: '',
proId: '', proId: '',
lightStatus: '', lightStatus: '',
subCompanyId: this.selectCompany, subComId: this.selectCompany,
mainProId: '', mainProId: '',
}, },
@ -527,15 +527,15 @@ export default {
// //
handelSettingQueryProject(query) { handelSettingQueryProject(query) {
const { subCompanyId, proStatus, volLevel, proType } = query const { subComId, proStatus, volLevel, proType } = query
this.queryParamsProject.subCompanyId = subCompanyId this.queryParamsProject.subComId = subComId
this.queryParamsProject.proStatus = proStatus this.queryParamsProject.proStatus = proStatus
this.queryParamsProject.volLevel = volLevel this.queryParamsProject.volLevel = volLevel
this.queryParamsProject.proType = proType this.queryParamsProject.proType = proType
this.subQueryParams.subCompanyId = subCompanyId this.subQueryParams.subComId = subComId
this.teamQueryParams.subCompanyId = subCompanyId this.teamQueryParams.subComId = subComId
this.queryParamsPerson.subCompanyId = subCompanyId this.queryParamsPerson.subComId = subComId
}, },
// //

View File

@ -6,7 +6,7 @@
:formLabel="subFormLabel" :formLabel="subFormLabel"
:columnsList="subColumnsList" :columnsList="subColumnsList"
:request-api="getSubProjectListAPI" :request-api="getSubProjectListAPI"
:sendParams="{ subCompanyId: selectCompany }" :sendParams="{ subComId: selectCompany }"
> >
<template slot="btn" slot-scope="{ queryParams }"> <template slot="btn" slot-scope="{ queryParams }">
<el-button <el-button
@ -54,7 +54,7 @@
:columnsList="teamColumnsList" :columnsList="teamColumnsList"
:request-api="getTeamProjectListAPI" :request-api="getTeamProjectListAPI"
:sendParams="{ :sendParams="{
subCompanyId: selectCompany, subComId: selectCompany,
subId: subId, subId: subId,
proId: proId, proId: proId,
}" }"
@ -264,7 +264,7 @@ export default {
isAtt: '', isAtt: '',
subId: '', subId: '',
proId: '', proId: '',
subCompanyId: '', subComId: '',
proStatus: '', proStatus: '',
volLevel: '', volLevel: '',
proType: '', proType: '',

View File

@ -356,7 +356,7 @@ export default {
queryParams: {}, queryParams: {},
queryParamsProject: { queryParamsProject: {
subCompanyId: this.selectCompany, subComId: this.selectCompany,
proStatus: this.proStatus, proStatus: this.proStatus,
volLevel: this.volLevel, volLevel: this.volLevel,
proType: this.proType, proType: this.proType,
@ -364,14 +364,14 @@ export default {
// //
subQueryParams: { subQueryParams: {
proId: '', proId: '',
subCompanyId: '', subComId: '',
}, },
// //
teamQueryParams: { teamQueryParams: {
proId: '', proId: '',
subId: '', subId: '',
subCompanyId: '', subComId: '',
}, },
// //
@ -381,7 +381,7 @@ export default {
teamId: '', teamId: '',
proId: '', proId: '',
lightStatus: '', lightStatus: '',
subCompanyId: this.selectCompany, subComId: this.selectCompany,
}, },
commonSlots: [ commonSlots: [
@ -480,15 +480,15 @@ export default {
// //
handelSettingQueryProject(query) { handelSettingQueryProject(query) {
const { subCompanyId, proStatus, volLevel, proType } = query const { subComId, proStatus, volLevel, proType } = query
this.queryParamsProject.subCompanyId = subCompanyId this.queryParamsProject.subComId = subComId
this.queryParamsProject.proStatus = proStatus this.queryParamsProject.proStatus = proStatus
this.queryParamsProject.volLevel = volLevel this.queryParamsProject.volLevel = volLevel
this.queryParamsProject.proType = proType this.queryParamsProject.proType = proType
this.subQueryParams.subCompanyId = subCompanyId this.subQueryParams.subComId = subComId
this.teamQueryParams.subCompanyId = subCompanyId this.teamQueryParams.subComId = subComId
this.queryParamsPerson.subCompanyId = subCompanyId this.queryParamsPerson.subComId = subComId
}, },
// //

View File

@ -142,7 +142,7 @@ export default {
dialogConfigFive, dialogConfigFive,
getWorkerProjectListAPI, getWorkerProjectListAPI,
queryParams: { queryParams: {
subCompanyId: '', subComId: '',
proStatus: '', proStatus: '',
volLevel: '', volLevel: '',
proType: '', proType: '',
@ -196,7 +196,7 @@ export default {
// //
handelSettingQuery(query) { handelSettingQuery(query) {
const { const {
subCompanyId, subComId,
proStatus, proStatus,
volLevel, volLevel,
proType, proType,
@ -215,7 +215,7 @@ export default {
this.queryParams.endAge = '' this.queryParams.endAge = ''
} }
this.queryParams.subCompanyId = subCompanyId this.queryParams.subComId = subComId
this.queryParams.proStatus = proStatus this.queryParams.proStatus = proStatus
this.queryParams.volLevel = volLevel this.queryParams.volLevel = volLevel
this.queryParams.proType = proType this.queryParams.proType = proType