@@ -579,6 +579,7 @@ use yii\helpers\Url;
},
success: function (data) {
if (data.isSuccess) {
+ toastr.success(data.msg,'提示');
table.ajax.reload();
} else {
toastr.error(data.msg, "提示");