Commit 581ab9d6995a9264640b237b5f5fcf02b4ef41e2

Authored by 杨泽宇
2 parents ad1e8a9a 9ff4f9d6
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