zss
2025-02-18 4b1898aa7f82e400b5958293c6c0a5dce5da6d6c
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) {