@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
|
-
|
|
255
|
-
|
|
254
|
+
setTimeout(function () {
|
|
255
|
+
refreshAll();
|
|
256
|
+
updateKrs();
|
|
257
|
+
}, 500);
|
|
256
258
|
} else {
|
|
257
259
|
_popDownNotification.Toast.Error(Message);
|
|
258
260
|
}
|