Forráskód Böngészése

fix interface mistakes

haojianlong 5 éve
szülő
commit
f327b13041
1 módosított fájl, 1 hozzáadás és 1 törlés
  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) {