fix: 处理新增时没有清空id问题

pull/166/head
Brian Lee 10 months ago
parent 46325595bf
commit bc29ecc911

@ -293,6 +293,7 @@
}); });
} }
function _distionaryAdd(){ function _distionaryAdd(){
$("#id").val('');
showDistionaryModel(); showDistionaryModel();
} }
function _distionaryUpdateData(jframeid,str){ function _distionaryUpdateData(jframeid,str){

Loading…
Cancel
Save