Commit 9143349c by 杨树贤

延时

parent acc58977
......@@ -63,8 +63,6 @@
});
});
{{--index.setTabTitle('供应商详情 - {{$supplier['supplier_code'] or ''}}');--}}
function openLogView() {
// 打开右侧面板
layer.open({
......@@ -80,7 +78,7 @@
@if(checkPerm('SupplierLog'))
setTimeout(function () {
openLogView();
}, 100);
}, 1000);
@endif
//判断是否要切换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