Commit 581ab9d6995a9264640b237b5f5fcf02b4ef41e2
Merge branch 'dev' of http://bj.gitlab.cnlive.com/cnlive_project/cnlive-community-web-vue into dev
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/community/housekeeper/index.vue
| @@ -100,7 +100,7 @@ const dialogClose: void = () => { | @@ -100,7 +100,7 @@ const dialogClose: void = () => { | ||
| 100 | */ | 100 | */ |
| 101 | const changeManage: void = (row: Object) => { | 101 | const changeManage: void = (row: Object) => { |
| 102 | changeObj.currBuildingId = row.id; | 102 | changeObj.currBuildingId = row.id; |
| 103 | - changeObj.originalId = row.housekeeper.id; | 103 | + changeObj.originalId = row.housekeeper?.id; |
| 104 | changeObj.changeVisible = true; | 104 | changeObj.changeVisible = true; |
| 105 | }; | 105 | }; |
| 106 | 106 |