中扬CRM客户关系管理系统
LSH
2023-11-09 e85439da9f2fb1be90509a72e637613a5c0bbc11
#副PLAN
1个文件已修改
8 ■■■■ 已修改文件
src/main/webapp/static/js/plan/plan.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/plan/plan.js
@@ -606,18 +606,22 @@
                del([data.id]);
                break;
            case "uploadLink":
                var planIdSign = data.id;
                if (data.assistantHostSign==1){
                    planIdSign = data.hostPlanId;
                }
                // 打开弹窗
                // 构建带参数的内容
                layer.open({
                    type: 1,
                    title: '上传文件-'+data.id,
                    title: '上传文件-'+planIdSign,
                    content: $('#myModal')
                });
                // 获取路径下的文件列表,使用 jQuery 的 ajax 方法
                $.ajax({
                    url: '/plan/view/file/auth',
                    data:{
                        planId:data.id
                        planId:planIdSign
                    },
                    success: function(response) {
                        if (response.code==200){