spring
2025-03-25 44d3c5af8f1fda86ec07fc4d9262979696d87c9a
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) {