@@ -193,7 +193,7 @@
this.checkList.forEach((item)=>{
list.push(item.account)
})
- systemMainDataSync({account:list}).then(response => {
+ systemMainDataSync({account:list,type:this.checkType}).then(response => {
this.msgSuccess(response.message)
this.resetQuery();
});