Commit e201d581 by lujunyi

失败后刷新

parent 833433d1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "dcat/laravel-admin", "name": "dcat/laravel-admin",
"description": "dcat admin", "description": "dcat admin",
"type": "library", "type": "library",
"version": "2.2.4", "version": "2.2.5",
"keywords": [ "keywords": [
"dcat", "dcat",
"laravel", "laravel",
......
...@@ -44,6 +44,7 @@ function initSwitchery() { ...@@ -44,6 +44,7 @@ function initSwitchery() {
reload && Dcat.reload(); reload && Dcat.reload();
} else { } else {
Dcat.error(msg); Dcat.error(msg);
reload && Dcat.reload();
} }
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment