From cb28d6ba4ec1724d60433ae027ea9c7be73685f4 Mon Sep 17 00:00:00 2001 From: TanGH <409473884@qq.com> Date: Fri, 30 Jun 2023 17:32:58 +0800 Subject: [PATCH] =?UTF-8?q?H5=20BUG=E4=BF=AE=E5=A4=8D=E3=80=8A=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E7=BB=84=E7=BB=87=E6=9C=BA=E6=9E=84=E4=BC=9A=E5=AF=BC?= =?UTF-8?q?=E8=87=B4system=5Fdept=E8=A1=A8=E4=B8=ADparent=5Forganization?= =?UTF-8?q?=5Fname=E5=AD=97=E6=AE=B5=E5=BC=82=E5=B8=B8=E3=80=8B=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=89=8D=E7=AB=AF=E6=8F=90=E7=A4=BA=EF=BC=88?= =?UTF-8?q?=E6=9A=82=E4=B8=8D=E4=BF=AE=E6=94=B9=E5=85=B6=E4=BB=96=E9=80=BB?= =?UTF-8?q?=E8=BE=91=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-admin/src/views/system/dept/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-ui-admin/src/views/system/dept/index.vue b/yudao-ui-admin/src/views/system/dept/index.vue index ab0581bdc..16a00561a 100644 --- a/yudao-ui-admin/src/views/system/dept/index.vue +++ b/yudao-ui-admin/src/views/system/dept/index.vue @@ -347,7 +347,7 @@ export default { if (valid) { if (this.form.id !== undefined) { updateDept(this.form).then(response => { - this.$modal.msgSuccess("修改成功"); + this.$modal.msgSuccess("组织名称修改成功(其他选项暂不支持修改)"); this.open = false; this.getList(); });