|
|
@@ -396,7 +396,7 @@ function initSelect() {
|
|
|
window.location.href = '/thmz/login/view'
|
|
|
return;
|
|
|
}
|
|
|
- var html = '<option value="-1">无</option>';
|
|
|
+ var html = '';
|
|
|
$.each(res.data, function (commentIndex, comment) {
|
|
|
html += '<option value="' + comment.code + '">' + comment.name + '</option>';
|
|
|
});
|