소스 검색

fix FormController bug

wangweimin 5 년 전
부모
커밋
12ba174e8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pywebio/html/js/form.js

+ 1 - 1
pywebio/html/js/form.js

@@ -406,7 +406,7 @@
             $.each(that.name2input_controllers, (name, ctrl) => {
                 data[name] = ctrl.get_value();
             });
-            ws.send(JSON.stringify({
+            that.ws_client.send(JSON.stringify({
                 event: "from_submit",
                 coro_id: that.coro_id,
                 data: data