diff --git a/src/views/responseManagement/userResponse/component/selectUser.vue b/src/views/responseManagement/userResponse/component/selectUser.vue index f69b716..464e074 100644 --- a/src/views/responseManagement/userResponse/component/selectUser.vue +++ b/src/views/responseManagement/userResponse/component/selectUser.vue @@ -82,7 +82,7 @@ const save = async () => { return; } let params = { - id: state.rowData.id, + id: state.rowData.disasterId, chiefId: state.selectData[0].id, chiefName: state.selectData[0].name, }; diff --git a/src/views/responseManagement/userResponse/index.vue b/src/views/responseManagement/userResponse/index.vue index 9e523ae..a795481 100644 --- a/src/views/responseManagement/userResponse/index.vue +++ b/src/views/responseManagement/userResponse/index.vue @@ -78,6 +78,55 @@ + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - +