mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
更新菜单表单
This commit is contained in:
parent
b296cce66d
commit
6a728ddd4f
@ -16,7 +16,6 @@ namespace app\admin\controller;
|
||||
|
||||
use controller\BasicAdmin;
|
||||
use library\Data;
|
||||
use think\Db;
|
||||
|
||||
/**
|
||||
* 系统权限管理控制器
|
||||
|
@ -39,7 +39,7 @@
|
||||
<div class="layui-form-item text-center">
|
||||
{if isset($vo['id'])}<input type='hidden' value='{$vo.id}' name='id'/>{/if}
|
||||
<button class="layui-btn"type='submit'>保存数据</button>
|
||||
<button class="layui-btn layui-btn-danger" type='button' data-close>取消编辑</button>
|
||||
<button class="layui-btn layui-btn-danger" type='button' data-confirm="确定要取消编辑吗?" data-close>取消编辑</button>
|
||||
</div>
|
||||
<script>
|
||||
require(['bootstrap.typeahead'], function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user