Browse Source

修改要关联的业务空间id

zhangyu 5 years ago
parent
commit
7a217a24e1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/rent/rentlist/index.vue

+ 2 - 2
src/views/rent/rentlist/index.vue

@@ -364,8 +364,8 @@ export default {
       }
       //点击关联的元空间
       if (val === "RoomCount") {
-        if(infos && infos.LeaseInfo && infos.LeaseInfo.RoomID) {
-          this.roomId = infos.LeaseInfo.RoomID
+        if(infos && infos.RoomID) {
+          this.roomId = infos.RoomID
         } else {
           this.roomId = ""
         }