diff --git a/src/views/device/Instance/Detail/Running/Property/Save.vue b/src/views/device/Instance/Detail/Running/Property/Save.vue
index 8879f7c7..8216ee0d 100644
--- a/src/views/device/Instance/Detail/Running/Property/Save.vue
+++ b/src/views/device/Instance/Detail/Running/Property/Save.vue
@@ -1,5 +1,5 @@
-
-
-
-
+
+
+
-
+
\ No newline at end of file
diff --git a/src/views/system/Menu/Setting/utils.ts b/src/views/system/Menu/Setting/utils.ts
index 73457baf..e1be234f 100644
--- a/src/views/system/Menu/Setting/utils.ts
+++ b/src/views/system/Menu/Setting/utils.ts
@@ -40,7 +40,7 @@ export const mergeArr = (oldData: Array, newData: Array) => {
}
if(oldItem && newItem){
- oldItem = { ...oldData,...omit(newItem, ['children'])}
+ oldItem.sortIndex = newItem?.sortIndex
}
if (!oldItem.children && newItem.children) {