fixed services for interface_number

This commit is contained in:
2026-01-20 16:45:11 +03:30
parent 8beb27f8c0
commit b5c7837c39
252 changed files with 318 additions and 276 deletions

View File

@@ -0,0 +1 @@
import{a as s}from"./redux-vendor-B7uoacJt.js";import{L as o,j as r,h as N}from"./index-N50kY0pn.js";const m=s("GET_ANNOUNCEMENT",async(e,{dispatch:t})=>{t(o());const{data:n,status:a}=await r.get("announcements/?total=true");return t(N()),{data:n,status:a}}),A=s("GET_ANNOUNCEMENT",async(e,{dispatch:t})=>{t(o());const{data:n,status:a}=await r.get(`announcements/?role=${e}`);return t(N()),{data:n,status:a}});export{m as a,A as g};