POST表单400错误: 正确做法: Add this in the head section of your layout: <?= Html::csrfMetaTags() ?> --------------------------------- 不推荐的做法,以下做法是取消CSRF令牌验证: Add this in your controller: public $enableCsrfValidation = false; 别的方法: 原来是csrf验证的问题,因为表单是自己写的,在Y
搞了两三天的问题,今天解决了.总结下: function reportGrpChange(cuid, title){ document.getElementById('reportFrameDiv').innerHTML=""; var loc = window.location + ''; var reg1 = new RegExp('cuid=[^&]*'); //用于解决报表组中某张报表维度切换后再切换报表造成的当前报表没有选中样式 var reg2 = new RegE