@titaui/pc 1.7.13 → 1.7.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -251,8 +251,10 @@ var _default = function _default(props) {
251
251
  if (!Message) {
252
252
  _popDownNotification.Toast.Success("删除成功");
253
253
 
254
- refreshAll();
255
- updateKrs();
254
+ setTimeout(function () {
255
+ refreshAll();
256
+ updateKrs();
257
+ }, 500);
256
258
  } else {
257
259
  _popDownNotification.Toast.Error(Message);
258
260
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.7.13",
3
+ "version": "1.7.14",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",