From f02362859d1e66a6e928c37f8b03625c7c1c2788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BF=83=E5=B7=A7?= <12432082+chenxinqiao@user.noreply.gitee.com> Date: Thu, 9 Nov 2023 08:05:03 +0000 Subject: [PATCH] =?UTF-8?q?update=20templates/system/dept/main.html.=20?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=BC=96=E8=BE=91=E6=8C=89=E9=92=AE=E5=90=8E?= =?UTF-8?q?=EF=BC=8Cobj.data['deptId']=20=E5=9B=A0=E5=85=B6=E6=9C=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E4=BC=9A=E6=8A=9B=E5=87=BA=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E8=87=B4ajax=E8=AF=B7=E6=B1=82=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E8=AF=A5=E9=A1=B9=E5=86=85=E5=AE=B9=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=EF=BC=8C=E5=AF=BC=E8=87=B4=E8=AF=A5=E9=A1=B9=E5=BE=85=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=86=85=E5=AE=B9=E4=B8=8D=E8=83=BD=E8=AF=BB=E5=8F=96?= =?UTF-8?q?=E3=80=82=E6=94=B9=E6=88=90=20obj.data['id']=20=E5=8D=B3?= =?UTF-8?q?=E5=8F=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈心巧 <12432082+chenxinqiao@user.noreply.gitee.com> --- templates/system/dept/main.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/system/dept/main.html b/templates/system/dept/main.html index 5f4fec7..2e66065 100644 --- a/templates/system/dept/main.html +++ b/templates/system/dept/main.html @@ -199,7 +199,8 @@ title: '修改', shade: 0.1, area: ['450px', '500px'], - content: MODULE_PATH + 'edit?deptId=' + obj.data['deptId'] + //content: MODULE_PATH + 'edit?deptId=' + obj.data['deptId'] + content: MODULE_PATH + 'edit?deptId=' + obj.data['id'] }) } -- Gitee