1、解决默认提供的删除功能异常 2、重构DbKit,解决存在的catalog未设置导致的查询失败

This commit is contained in:
2019-06-13 11:27:22 +08:00
parent 7590f73651
commit 61a90c8591
10 changed files with 85 additions and 39 deletions

View File

@@ -41,6 +41,11 @@
</tr>
</tbody>
</table>
<div v-show="!row || list.rows == 0" style="text-align: center">
<img src="../res/img/none.png">
<p>暂无数据</p>
</div>
</div>
<!-- modal-tpl -->