소스 검색

Added QIngkongshuju

jason.lu 6 년 전
부모
커밋
461c0d7866
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/lazhang-data.js

+ 1 - 1
js/lazhang-data.js

@@ -133,7 +133,7 @@ function get_stop_scheudle1() {
 }
 
 function get_stop_scheudle() {
-    get_data("fcWorkSchedule/stopSchedule?scheduleId=" + scheduleId, stopSuccess);
+    get_data("fcWorkSchedule/stopSchedule?userId="+userId+"scheduleId=" + scheduleId, stopSuccess);
 
 }