@ -102,7 +102,7 @@
// {display: '机构编码', name: 'hospital', width: '0%', align: "center", hide: true},
{display: '新增机构', name: 'hospitalName', width: '25%', align: "left",
render: function (row) {
var html = '',
var html = '<option value=""></option>',
htmlStr = '';
for(var i=0;i<selectDict.length;i++){
if(row.hospital == selectDict[i].code){