spring
2025-04-16 3c510ea35b428feed7f7a1743a595e7dba634518
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
         })