spring
2025-02-28 370d6bc5cc26611c677083a5e5718a15aab3b8ef
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) {