From ff31836619826cf8240450749ecf4b93e2d42fec Mon Sep 17 00:00:00 2001 From: liujun Date: Thu, 4 Jan 2024 09:35:40 +0800 Subject: [PATCH] =?UTF-8?q?13323=20=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=20?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E6=8E=92=E5=BA=8F=20=E6=98=AF=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E4=BA=86=E8=BF=98=E8=AE=A9=E8=BE=93=E5=85=A5=E6=95=B0?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/index.vue | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 5e04581..4a01cd2 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -16,11 +16,6 @@ @node-click="handleNodeClick"/> - - - @@ -386,6 +364,7 @@ export default { } ).then((data) => { this.form = Object.assign({}, data.pd) // copy obj + this.form.DEPT_SORT = Number(this.form.DEPT_SORT) this.pds = data.pds || [] // 父级部门信息 this.dialogFormAdd = true