From 6ed771467abc47b2d5e1174480a3302f6ab5ed96 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 21 五月 2025 17:02:00 +0800
Subject: [PATCH] 提交
---
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