pull/161/head
wb-zhuangyuehuang-vjzzZ 2024-07-22 17:15:46 +08:00
parent 4874e158d8
commit b1d3c50c91
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ this.dataInit();
link.href = url; link.href = url;
// //
link.setAttribute('download', `${devicecode}.txt`); link.setAttribute('download', `控制器-${devicecode}.txt`);
// //
document.body.appendChild(link); document.body.appendChild(link);

View File

@ -133,7 +133,7 @@ export default {
link.href = url; link.href = url;
// //
link.setAttribute('download', `${devicecode}.txt`); link.setAttribute('download', `施肥机-${devicecode}.txt`);
// //
document.body.appendChild(link); document.body.appendChild(link);