spring
2025-02-18 58da649268732dfb1ca4b03ecf3453c4496fb98c
src/components/do/a6-device/files.vue
@@ -968,8 +968,10 @@
      //转换数据
      this.addFile.deviceId = this.clickNodeVal.value;
      let obj = this.addFile.systemFileName;
      this.addFile.systemFileName = obj.name;
      this.addFile.fileName = obj.url;
      if (obj) {
        this.addFile.systemFileName = obj.name;
        this.addFile.fileName = obj.url;
      }
      // 更新
      if (this.isAddFileUpdate) {