username@email.com
2021-07-05 98cd7063d9b9a1570dcfbac92f5c2b35d904868b
zhengcaioa/zhengcaioa/Views/Liaotian/Indexcheck.cshtml
@@ -175,13 +175,35 @@
        }
        function sendHuidaStatus() {
            var msg = $("#PBSShifoushenhe");
            if (msg.length > 0) {
                $("#PBSShifoushenhe").val("D");
                $("#PBSShifoushenhe").trigger('chosen:updated');//更新选项
                _pageSearch();
            } else {
                setTimeout(sendHuidaStatus, 1000);
            }
        }
        send();
        sendHuidaStatus();
    </script>
}