瀏覽代碼

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);
 
 }