diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 02052db..d9724c5 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -169,7 +169,7 @@ - + 获取编码 diff --git a/src/views/modules/project/projectInfo/com_project_info_part.vue b/src/views/modules/project/projectInfo/com_project_info_part.vue index d4cb08e..993eb14 100644 --- a/src/views/modules/project/projectInfo/com_project_info_part.vue +++ b/src/views/modules/project/projectInfo/com_project_info_part.vue @@ -108,7 +108,7 @@ - + 获取编码 diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue index a96a547..7de3610 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationList.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue @@ -42,7 +42,7 @@ - + @@ -1160,13 +1160,17 @@ }, methods: { buildExcludeStatusList () { - return this.queryOnly ? ['death', 'dead'] : null + return this.queryOnly ? ['cg', 'death', 'dead'] : null }, applyQueryOnlyFilter (target) { if (this.queryOnly) { + target.statusDesc = '' target.excludeStatusList = this.buildExcludeStatusList() target.menuId = '103002' + if (Array.isArray(target.querySavedDetailList)) { + target.querySavedDetailList = target.querySavedDetailList.filter(item => item && !['statusDesc', 'status', 'status_desc'].includes(item.fieldName)) + } } else { delete target.excludeStatusList delete target.excludeStatusClause