|
@@ -398,6 +398,8 @@ export default window.$crudCommon({
|
|
|
}).then(() => {
|
|
}).then(() => {
|
|
|
obj[type].method({ yearAndMonth: this.params.yearAndMonth }).then(() => {
|
|
obj[type].method({ yearAndMonth: this.params.yearAndMonth }).then(() => {
|
|
|
this.$message.success('同步成功!');
|
|
this.$message.success('同步成功!');
|
|
|
|
|
+ this.page.currentPage = 1;
|
|
|
|
|
+ this.getList();
|
|
|
})
|
|
})
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|