weiximei 5 лет назад
Родитель
Сommit
79695321e3
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/pages/building/list/add/components/base.jsx

+ 1
- 1
src/pages/building/list/add/components/base.jsx Просмотреть файл

@@ -125,7 +125,7 @@ function AddBuilding(props) {
125 125
       // router.go(-1)
126 126
       getById(res.buildingId)
127 127
     }).catch(err => {
128
-      openNotificationWithIcon('error', err.message)
128
+      // openNotificationWithIcon('error', err.message)
129 129
     })
130 130
   }
131 131