中扬CRM客户关系管理系统
#
LSH
2023-12-02 afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4
src/main/webapp/views/contract/contract_more.html
@@ -135,7 +135,7 @@
        function init(){
            notice.msg('正在载入数据......', {icon: 4, position: "topRight"});
            $.ajax({
                url: baseUrl + "/contract/" + contractId + "/auth",
                url: baseUrl + "/contract/" + contractId + "/auth2",
                headers: {'token': localStorage.getItem('token')},
                method: 'GET',
                success: function (res) {