Ajax request ashx data is empty

    $.ajax({
        type: "post",
        url: "../../ashx/xtgl/jkdy/jkgl.ashx?action=GET_JK",
        dataType: "json",
        data: {
        jkid: $("-sharpjkid").val(),
        jkmc:$("-sharpjkmc").val()
        },
        success: function(data) {
            console.log(data)
        }
    });

this is the ashx file

clipboard.png

ajax

clipboard.png

Aug.05,2021

check whether the return json on line 30 is also []

.

clipboard.png
in front of the sentence
if you get [], you must return []

.
Menu