Explorar el Código

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

347617796@qq.com hace 3 años
padre
commit
5edae13056
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)