فهرست منبع

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