|
|
@@ -27,7 +27,7 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: "公式名称", name: "name", width: 300, align: "left" } |
|
|
|
], |
|
|
|
select: function (item) { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
$('#lrPeople')[0].lrvalue = learun.clientdata.get(['userinfo']).userId; |
|
|
|
$('#lrPeople').val(learun.clientdata.get(['userinfo']).realName); |
|
|
|