src/main/webapp/static/js/pakStore/pakStore.js
@@ -148,6 +148,7 @@ // 提取物料 $(document).on('click','#mat-query', function () { let loadIndex = layer.msg('请求中...', {icon: 16, shade: 0.01, time: false}); matCodeLayerIdx = admin.open({ type: 2, title: false, @@ -157,6 +158,7 @@ shadeClose: true, content: 'matQuery.html', success: function(layero, index){ layer.close(loadIndex); } }); })