Browse Source

Added QIngkongshuju

jason.lu 6 years ago
parent
commit
461c0d7866
1 changed files with 1 additions and 1 deletions
  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() {
 function get_stop_scheudle() {
-    get_data("fcWorkSchedule/stopSchedule?scheduleId=" + scheduleId, stopSuccess);
+    get_data("fcWorkSchedule/stopSchedule?userId="+userId+"scheduleId=" + scheduleId, stopSuccess);
 
 
 }
 }