设备列表上传
This commit is contained in:
@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user