소스 검색

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) {