Browse Source

fix sort locationflag

haojianlong 5 years ago
parent
commit
77375d00f8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/utils/handsontable/delType.js

+ 2 - 0
src/utils/handsontable/delType.js

@@ -3,6 +3,8 @@ let tagsFun = (instance, td, row, col, prop, value, cellProperties) => {
     if (!!value) {
         let arr = value || [],
             dom = ``;
+        arr = arr.sort()
+        debugger
         arr.map((item, index) => {
             if (index > 2) {