style(fwsxbg):范围属性调整
Showing
3 changed files
with
12 additions
and
0 deletions
... | @@ -58,3 +58,15 @@ export function queryStatus(bsm) { | ... | @@ -58,3 +58,15 @@ export function queryStatus(bsm) { |
58 | } | 58 | } |
59 | }) | 59 | }) |
60 | } | 60 | } |
61 | |||
62 | /** | ||
63 | * 范围属性变更查询 | ||
64 | * @param data | ||
65 | */ | ||
66 | export function queryFwsxbg(data) { | ||
67 | return request({ | ||
68 | url:"/system/basiccommon/query-fwsxbg", | ||
69 | method:"post", | ||
70 | data:data | ||
71 | }) | ||
72 | } | ... | ... |
src/components/fwsxbg/fwsxbgTab.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment