44 lines
1.1 KiB
PHP
44 lines
1.1 KiB
PHP
<?php
|
|
dispatchCacheBladeViews([
|
|
[
|
|
'view' => 'admin-ajax.ndt-calculation-no-cache',
|
|
'cache' => 'ndt-calculation'
|
|
],
|
|
[
|
|
'view' => 'admin-ajax.request-ndt-no-cache',
|
|
'cache' => 'request-ndt'
|
|
],
|
|
[
|
|
'view' => 'admin-ajax.register-no-cache',
|
|
'cache' => 'register-creator'
|
|
],
|
|
[
|
|
'view' => 'admin-ajax.request-ndt-no-cache',
|
|
'cache' => 'request-ndt'
|
|
],
|
|
[
|
|
'view' => 'admin-ajax.repair-log-no-cache',
|
|
'cache' => 'repair-log'
|
|
],
|
|
[
|
|
'view' => 'admin-ajax.ndt-order.order-list-no-cache',
|
|
'cache' => 'ndt-order-list'
|
|
],
|
|
[
|
|
'view' => 'admin-ajax.spool-area-release-no-cache',
|
|
'cache' => 'spool-area-release'
|
|
],
|
|
|
|
[
|
|
'view' => 'admin-ajax.spool-list-no-cache',
|
|
'cache' => 'spool-list'
|
|
],
|
|
[
|
|
'view' => 'admin.type.spool-release.spool-list-chart-no-cache',
|
|
'cache' => 'spool-list-chart'
|
|
],
|
|
|
|
|
|
|
|
]);
|
|
?>
|