上传附件按钮

This commit is contained in:
chengli 2022-07-07 22:40:54 +08:00
parent 10fb583051
commit 038810e31e

View File

@ -403,6 +403,13 @@ var UI = {
UI.showImportDlg();
}
});
//by bzp 上传制度附件
$("#bar_importPolicyFile").button({
onClick : function() {
UI.showImportPolicyFileDlg();
}
});
//by bzp end
$("#bar_upfile").button({
onClick: function() {
openUpFile()