上传附件按钮
This commit is contained in:
parent
10fb583051
commit
038810e31e
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user