Jquery ajax status 200 成功却执行error

原因是

返回值为渲染部分html内容,所以把dataType: "json",

返回值类型去掉就可以了