From 1c20c8231980a8d4b91688ff8641a06d3b2f68ab Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 14 十月 2025 16:34:22 +0800
Subject: [PATCH] 改bug

---
 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