From 4f37250d96659eb386f1c22dae3a76ec27ef35f1 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期四, 28 十二月 2023 16:45:30 +0800
Subject: [PATCH] #

---
 zy-asrs-wms/src/main/webapp/views/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-wms/src/main/webapp/views/index.html b/zy-asrs-wms/src/main/webapp/views/index.html
index 79eeb03..6ecc912 100644
--- a/zy-asrs-wms/src/main/webapp/views/index.html
+++ b/zy-asrs-wms/src/main/webapp/views/index.html
@@ -203,7 +203,7 @@
           var insTb = table.render({
             elem: '#originTable',
             url: baseUrl + '/host/list/auth',
-            height: 'full-600',
+            height: 'full-500',
             headers: {token: localStorage.getItem('token')},
             request: {
               pageName: 'curr',
@@ -261,7 +261,7 @@
     <a><i class="layui-icon {{this.menuIcon}}"></i>&emsp;<cite>{{this.menu}}</cite></a>
     <dl class="layui-nav-child">
       {{#each this.subMenu}}
-      <dd><a lay-href="{{this.code}}?resourceId={{this.id}}">{{this.name}}</a></dd>
+      <dd><a lay-href="{{this.code}}?resourceId={{this.id}}{{this.param}}">{{this.name}}</a></dd>
       {{/each}}
     </dl>
   </li>

--
Gitblit v1.9.1