You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
422 B
22 lines
422 B
Dcat.ready(function () {
|
|
|
|
// const workorderNoticeTimer = setInterval(function () {
|
|
//
|
|
// $.ajax({
|
|
// url: '/workorder_notice',
|
|
// type: 'POST',
|
|
// data: {},
|
|
// dataType: 'json',
|
|
// success: function (res) {
|
|
// Dcat.info('您有新的工单信息', null, {
|
|
// timeOut: 5000, // 5秒后自动消失
|
|
// });
|
|
// },
|
|
// error: function (error) {
|
|
//
|
|
// }
|
|
// });
|
|
//
|
|
// }, 2000);
|
|
|
|
});
|