ljb пре 7 месеци
родитељ
комит
36b4aa5353

+ 2 - 0
src/views/yf-cost-manage/basic-data-setting/working-hours-records.vue

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