若依开源1.1.2发布

This commit is contained in:
RuoYi
2018-05-06 12:43:07 +08:00
parent 6f6a9c8ca0
commit 9d18d298e7
33 changed files with 419 additions and 65 deletions

View File

@ -9,7 +9,7 @@ $("#form-dict-add").validate({
remote: {
url: ctx + "system/dict/checkDictTypeUnique",
type: "post",
dataType: "text",
dataType: "json",
data: {
name : function() {
return $.trim($("#dictType").val());

View File

@ -9,7 +9,7 @@ $("#form-dict-edit").validate({
remote: {
url: ctx + "system/dict/checkDictTypeUnique",
type: "post",
dataType: "text",
dataType: "json",
data: {
dictId : function() {
return $.trim($("#dictId").val());