张延森 4 anni fa
parent
commit
65cd459531
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/pages/property/proprietor/index.jsx

+ 1
- 1
src/pages/property/proprietor/index.jsx Vedi 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
         }