瀏覽代碼

Added QIngkongshuju

jason.lu 6 年之前
父節點
當前提交
a269962364
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/lazhang-data.js

+ 1 - 1
js/lazhang-data.js

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