张延森 4 years ago
parent
commit
65cd459531
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/property/proprietor/index.jsx

+ 1
- 1
src/pages/property/proprietor/index.jsx View File

@@ -159,7 +159,7 @@ export default props => {
159 159
   const handleDeleteRow = row => {
160 160
     deleteBuilding({ data: [row.id] }).then(res => {
161 161
       Modal.success({
162
-        content: '数据参数成功',
162
+        content: '数据删除成功',
163 163
         onOk: () => {
164 164
           window.location.reload()
165 165
         }