数据库备份

This commit is contained in:
sugar1569 2018-09-25 10:43:42 +08:00
parent edc0de695a
commit 5a51426138

View File

@ -84,7 +84,7 @@
}
});
//加载table
tableList..render({
tableList.render({
elem: '#tableList'
,url:"{:Url('tablelist')}"
,toolbar: '#toolbarDemo'
@ -126,8 +126,6 @@
break;
}
});
//监听工具条
});
/**