|
@@ -134,7 +134,6 @@ function getAllUser() {
|
|
|
$('#tb_table').bootstrapTable({
|
|
|
url: '/thmz/getUserPage', //请求后台的URL(*)
|
|
|
method: 'post', //请求方式(*)
|
|
|
- async: false,
|
|
|
toolbar: '#toolbar', //工具按钮用哪个容器
|
|
|
striped: true, //是否显示行间隔色
|
|
|
cache: false, //是否使用缓存,默认为true,所以一般情况下需要设置一下这个属性(*)
|