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

View File

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

View File

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

View File

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

View File

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

View File

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