Authored by qinchao

修改bug

... ... @@ -847,7 +847,7 @@
})*/
</script>
<script type="text/javascript" src="<%=basePath %>/script/yoho.type.tree.js?v=20171108-36"></script>
<script type="text/javascript" src="<%=basePath %>/script/yoho.type.tree.js?v=20171129-1"></script>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog"
... ...
... ... @@ -224,7 +224,7 @@ var doAddType = function () {
return;
}
var isleaf = $('#cb_new_type_isleaf').prop("checked") == true ? 1 : 0;
$.get(contextPath+"/type/add", {"pid": pid, "name": name, "isleaf": isleaf},
$.get(contextPath+"/type/add", {"pid": pid, "name": name, "isleaf": isleaf,"tags":""},
function (data, state) {
var repjson = JSON.parse(data);
if (state == "success" && repjson.code == 200) {
... ...