refactor:优化代码

This commit is contained in:
lifei6671 2018-08-17 18:42:20 +08:00
parent 913354ef17
commit 1086ed30ec

View File

@ -212,6 +212,13 @@ $(function () {
break;
}
}
$.each(window.documentCategory,function (i, item) {
var $item = window.documentCategory[i];
if (item.id === doc_id) {
window.documentCategory[i].version = res.data.version;
}
});
if (typeof callback === "function") {
callback();
}