diff --git a/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js b/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js index 764f2237..47ccf56c 100644 --- a/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js +++ b/contact-center/app/src/main/resources/static/js/CSKeFu_Rest_Request.v1.js @@ -22,7 +22,7 @@ function httpRequest(opts) { payload.data = JSON.stringify(opts.data); - var index = layer.msg('查询中,请稍候',{icon: 16,time:false,shade:0.8}); + var index = layer.msg('执行中,请稍候',{icon: 16,time:false,shade:0.8}); return new Promise(function(resolve, reject) { $.ajax(payload) diff --git a/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html b/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html index 7d32cbac..80540ef8 100644 --- a/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html +++ b/contact-center/app/src/main/resources/templates/apps/business/contacts/detail.html @@ -18,6 +18,7 @@