Commit aa9e3529 authored by 智勇's avatar 智勇

delete sort

parent 6a4f000b
...@@ -647,8 +647,6 @@ function str2Object(str, def) { ...@@ -647,8 +647,6 @@ function str2Object(str, def) {
items = str.split(","); items = str.split(",");
} }
items.sort()
for (let i of items) { for (let i of items) {
if (def == 1) { if (def == 1) {
item.push({ item.push({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment