From 4ae5681e4a92c1cc98e811135098c71958c48a02 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期三, 30 四月 2025 10:04:51 +0800 Subject: [PATCH] 可靠性计划优化检验项 --- src/views/CNAS/resourceDemand/device/component/acquisitionConfig.vue | 3 ++- src/views/business/reliabilityPlan/index.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/CNAS/resourceDemand/device/component/acquisitionConfig.vue b/src/views/CNAS/resourceDemand/device/component/acquisitionConfig.vue index eb3fe36..dd18e33 100644 --- a/src/views/CNAS/resourceDemand/device/component/acquisitionConfig.vue +++ b/src/views/CNAS/resourceDemand/device/component/acquisitionConfig.vue @@ -298,7 +298,8 @@ { label: "db", value: ".db" }, { label: "mdb", value: ".mdb" }, { label: "word", value: ".docx" }, - { label: "excel", value: ".xlsx" }, + // { label: "excel", value: ".xlsx" }, + { label: "xlsx", value: ".xlsx" }, { label: "txt", value: ".txt" }, { label: "png", value: ".png" }, { label: "et", value: ".et" }, diff --git a/src/views/business/reliabilityPlan/index.vue b/src/views/business/reliabilityPlan/index.vue index a0d9c30..edc0a74 100644 --- a/src/views/business/reliabilityPlan/index.vue +++ b/src/views/business/reliabilityPlan/index.vue @@ -533,7 +533,8 @@ const params = { ...this.proPlanForm, state: state === undefined ? null : parseInt(state), - productId: selectedNode?.id + productId: selectedNode?.id, + itemType: ['鎴愬搧', '鍘熻緟鏉�'][this.tabIndex] // 0鎴愬搧1鍘熻緟鏉� } addOrUpdateProduct(params).then(res => { -- Gitblit v1.9.3