张延森 hace 4 años
padre
commit
62b9d17a63
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/property/message/event/index.jsx

+ 1
- 1
src/pages/property/message/event/index.jsx Ver fichero

@@ -112,7 +112,7 @@ export default connect(({user}) => ({user}))(props => {
112 112
   }
113 113
 
114 114
   const handleDeleteRow = row => {
115
-    deleteAnnouncement({urlData: {id: row.evtId}}).then(res => {
115
+    deleteMessageEvent({urlData: {id: row.evtId}}).then(res => {
116 116
       Modal.success({
117 117
         content: '删除内容成功',
118 118
         onOk: () => {