* Finish task #1202.

This commit is contained in:
pengjiangxiu
2017-08-16 15:47:57 +08:00
parent 79b4d4d97c
commit c6165b16d5
3 changed files with 31 additions and 9 deletions
-1
View File
@@ -46,7 +46,6 @@ class dev extends control
$this->view->position[] = $this->lang->dev->db;
$this->view->tables = $this->dev->getTables();
$this->view->tab = 'db';
$this->view->selectedTable = $table;
$this->view->tab = 'db';
$this->view->fields = $table ? $this->dev->getFields($table) : array();