提交 c51a1abc 编写于 作者: W weizhiqiang

【论坛】举报类型修改

上级 00ccb2ea
...@@ -89,7 +89,6 @@ layui.config({ ...@@ -89,7 +89,6 @@ layui.config({
ajaxSendLoadBefore: function(hdb){ ajaxSendLoadBefore: function(hdb){
}, },
ajaxSendAfter:function (json) { ajaxSendAfter:function (json) {
$("#reportType").append("<option value='other'>其他</option>")
form.render('select'); form.render('select');
} }
}); });
...@@ -230,7 +229,6 @@ layui.config({ ...@@ -230,7 +229,6 @@ layui.config({
ajaxSendLoadBefore: function(hdb){ ajaxSendLoadBefore: function(hdb){
}, },
ajaxSendAfter:function (json) { ajaxSendAfter:function (json) {
$("#checkedReportType").append("<option value='other'>其他</option>")
form.render('select'); form.render('select');
} }
}); });
......
...@@ -21,7 +21,6 @@ layui.config({ ...@@ -21,7 +21,6 @@ layui.config({
ajaxSendLoadBefore: function(hdb){ ajaxSendLoadBefore: function(hdb){
}, },
ajaxSendAfter:function (json) { ajaxSendAfter:function (json) {
$("#reportType").append("<option value='other'>其他</option>")
form.render('select'); form.render('select');
} }
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册