Browse Source

修复刷新日志记录问题 不传用户ID

347617796@qq.com 3 năm trước cách đây
mục cha
commit
5edae13056
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/set/log.vue

+ 1 - 1
src/views/set/log.vue

@@ -215,7 +215,7 @@ export default {
 					}
 					let data = {
 						type: type,
-						employee_id: this.$getUserData().id,
+						// employee_id: this.$getUserData().id,
 						target_date: this.logData.target_date
 					};
 					this.$axios('post', '/api/ding/report_sync', data)