Commit 9143349c by 杨树贤

延时

parent acc58977
...@@ -63,8 +63,6 @@ ...@@ -63,8 +63,6 @@
}); });
}); });
{{--index.setTabTitle('供应商详情 - {{$supplier['supplier_code'] or ''}}');--}}
function openLogView() { function openLogView() {
// 打开右侧面板 // 打开右侧面板
layer.open({ layer.open({
...@@ -80,7 +78,7 @@ ...@@ -80,7 +78,7 @@
@if(checkPerm('SupplierLog')) @if(checkPerm('SupplierLog'))
setTimeout(function () { setTimeout(function () {
openLogView(); openLogView();
}, 100); }, 1000);
@endif @endif
//判断是否要切换tab //判断是否要切换tab
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment