From 964b21f45985c504b08340914eafc8e44e2e51ef Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 21 五月 2025 14:41:40 +0800 Subject: [PATCH] 最新版本541200007 --- admin/src/components/business/OperaInternalCompanyWindow.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/src/components/business/OperaInternalCompanyWindow.vue b/admin/src/components/business/OperaInternalCompanyWindow.vue index e198ac9..bce73e5 100644 --- a/admin/src/components/business/OperaInternalCompanyWindow.vue +++ b/admin/src/components/business/OperaInternalCompanyWindow.vue @@ -129,7 +129,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 +148,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