From dd397a060b67f292841e58fce8dbfc1d3f26d795 Mon Sep 17 00:00:00 2001 From: yuanke <249218296@qq.com> Date: Mon, 27 Jun 2016 15:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E6=88=90=E5=91=98=E8=B7=A8=E5=9F=9F=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/application.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/javascripts/application.js b/public/javascripts/application.js index a2f14332d..f5edb5ef4 100644 --- a/public/javascripts/application.js +++ b/public/javascripts/application.js @@ -1504,4 +1504,18 @@ function edit_file_description(url,id){ } ); } +//删除组织成员 +function ifDeleteOrgMember(id,name){ + var htmlvalue = "
您确定要删除"+name+"吗?

确定取消
" + + ""; + pop_up_box(htmlvalue,580,30,50); +}