中扬CRM客户关系管理系统
#
Junjie
2023-10-10 a84052e14cd5db392846283e9421fa80f05a39eb
#
1个文件已修改
7 ■■■■■ 已修改文件
src/main/webapp/static/js/cstmr/cstmr.js 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/cstmr/cstmr.js
@@ -431,6 +431,13 @@
                        }
                    }
                });
            },
            on: function (data) {
                let arr = data.arr
                if (arr.length > 0) {
                    let name = arr[0].name;
                    console.log(name)
                }
            }
        });
    }