From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期四, 11 九月 2025 18:43:14 +0800 Subject: [PATCH] 最新版本541200007 --- admin/src/components/business/OperaInternalCompanyWindow.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/admin/src/components/business/OperaInternalCompanyWindow.vue b/admin/src/components/business/OperaInternalCompanyWindow.vue index e198ac9..783f6b9 100644 --- a/admin/src/components/business/OperaInternalCompanyWindow.vue +++ b/admin/src/components/business/OperaInternalCompanyWindow.vue @@ -90,7 +90,8 @@ parentId: null, disable: false, parentName: '', - parentType:null + parentType: null, + sortnum: null } if (target != null) { this.form.parentId = target.id @@ -129,7 +130,8 @@ this.api.create({ parentId: this.form.parentId, name: this.form.name, - type: this.form.type + type: this.form.type, + sortnum: this.form.sortnum }) .then(() => { this.visible = false @@ -147,7 +149,8 @@ id: this.form.id, parentId: this.form.parentId, name: this.form.name, - type: this.form.type + type: this.form.type, + sortnum: this.form.sortnum }) .then(() => { this.visible = false -- Gitblit v1.9.3