ajaxSuccess判断修正

pull/171/head
RuoYi 2020-06-18 13:33:54 +08:00
parent 92d7c18879
commit 9c763dceab
2 changed files with 2 additions and 2 deletions

View File

@ -644,7 +644,7 @@ label {
margin: 5px 15px 5px 0px;
}
.select-list li p, .select-list li label:not(.radio-box):not(:select-time){
.select-list li p, .select-list li label:not(.radio-box):not(.select-time){
float: left;
width: 65px;
margin: 5px 5px 5px 0px;

View File

@ -1136,7 +1136,7 @@ var table = {
} else if (result.code == web_status.SUCCESS && table.options.type == table_type.bootstrapTreeTable) {
$.modal.msgSuccess(result.msg);
$.treeTable.refresh();
} else if (result.code == web_status.SUCCESS && table.option.type == undefined) {
} else if (result.code == web_status.SUCCESS && $.common.isEmpty(table.options.type)) {
$.modal.msgSuccess(result.msg)
} else if (result.code == web_status.WARNING) {
$.modal.alertWarning(result.msg)