浏览代码

fix interface mistakes

haojianlong 5 年之前
父节点
当前提交
f327b13041
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {