浏览代码

修复前端提示

Robin 6 年之前
父节点
当前提交
190721a8c0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      normandcrm/admin/backend/modules/admin/views/withdraw/index.php

+ 1 - 0
normandcrm/admin/backend/modules/admin/views/withdraw/index.php

@@ -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, "提示");