|
@@ -145,7 +145,7 @@ define(function (require) {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- text: '导出所有凌云上报', iconCls: 'fa fa-cloud-upload', onClick: function () {
|
|
|
+ text: '导出人员报表', iconCls: 'fa fa-cloud-upload', onClick: function () {
|
|
|
var queryProperties = $form.formGet().queryProperties;
|
|
|
var unitId = $form.formGet().unitId;
|
|
|
window.open(api('/sweepCode/exSelectLingyunUser?queryProperties='+queryProperties+"&unitId="+unitId));
|