@extends('vip.layouts') @section('content')
     @if(checkRriv('/admin/menu/add'))@endif @if(checkRriv('/admin/menu/delete'))@endif
@push('dataTableJS') //重置表单 $('.reset').on('click',function(){ $('input').val(''); $('#type').val(''); var type = $(this).data('type'); active[type] ? active[type].call(this) : ''; }); //刷新表单 $('.set').on('click',function(){ $('input').val(''); $('#type').val(''); var type = $(this).data('type'); active[type] ? active[type].call(this) : ''; }); @endpush @include('vip.datatable') @endsection