中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-08 78abf035393f948c40ff2a06f146fb5a1c625a11
#
1个文件已修改
2 ■■■■■ 已修改文件
src/main/webapp/views/cstmr/cstmr_more.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/cstmr/cstmr_more.html
@@ -360,6 +360,7 @@
                            layer.msg("请选择至少一条数据", {icon: 3});
                            return false;
                        }
                        let loadIndex = layer.load(2);
                        $.ajax({
                            url: baseUrl+"/cstmr/followers/add/auth",
                            headers: {'token': localStorage.getItem('token')},
@@ -372,6 +373,7 @@
                            method: 'POST',
                            success: function (res) {
                                if (res.code === 200){
                                    layer.close(loadIndex);
                                    initFollowers(cstmrId);
                                } else if (res.code === 403){
                                    top.location.href = baseUrl+"/";