我得到一个错误,但不知道如何解决。
UnexpectedAlertOpenException:意外警报打开:{Alert text: DataTables警告:表ID = user_log_list-请求的未知 第0行的参数'0'。当我运行php artisan dusk --group table
这是我的代码:
constructor(private common_service: CommonService){}
this.common_service.new_service_2({}).subscribe(res => {
console.log(res);
});