From 0885aa811a94cae8d7473c9b2957a447110c9b1d Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期五, 18 四月 2025 11:17:08 +0800 Subject: [PATCH] 网分仪数采20% --- src/views/CNAS/resourceDemand/device/component/management.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/CNAS/resourceDemand/device/component/management.vue b/src/views/CNAS/resourceDemand/device/component/management.vue index 61caf79..649138e 100644 --- a/src/views/CNAS/resourceDemand/device/component/management.vue +++ b/src/views/CNAS/resourceDemand/device/component/management.vue @@ -387,7 +387,7 @@ </el-row> </span> </el-dialog> - <dataAcquisitionConfig v-if="showData" :deviceId="deviceId" /> + <dataAcquisitionConfig v-if="showData" :deviceId="deviceId" :deviceName="deviceName" /> </div> </template> @@ -423,6 +423,7 @@ uploadAction: process.env.VUE_APP_BASE_API + '/deviceScope/importDevice', dateFormat: 'yyyy-MM-dd', deviceId: '', + deviceName: '', fileTypeOptions: [ { label: 'csv', value: '.csv' }, { label: 'db', value: '.db' }, @@ -905,6 +906,7 @@ }) this.tableList = list2 this.deviceId = row.id + this.deviceName = row.deviceName this.$nextTick(() => { this.showData = true }) -- Gitblit v1.9.3