设备列表上传

This commit is contained in:
白菜
2025-11-28 15:11:34 +08:00
parent 65f0e92296
commit 78eb81549b
2 changed files with 12 additions and 9 deletions

View File

@ -184,8 +184,8 @@ export default {
}, `点位清单_${deviceName}_${new Date().getTime()}.xlsx`)
},
// 上传点位清单
uploadPointDetail(){
this.$refs.pointUpload.showDialog()
uploadPointDetail(row){
this.$refs.pointUpload.showDialog(row)
},
clearEditDeviceData(){
this.mode = '';