Browse Source

fix interface mistakes

haojianlong 5 years ago
parent
commit
f327b13041
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/ledger/handsontables/system.vue

+ 1 - 1
src/components/ledger/handsontables/system.vue

@@ -469,7 +469,7 @@ export default {
         });
         param.Content.push(item);
       });
-      updateGeneralSys(param).then(res => { });
+      updateGeneralSys(param, res => { });
     },
     //获取到了正确的信息
     getInfors(infos, row) {