|
@@ -10,10 +10,11 @@ export function list(data) {
|
|
|
}
|
|
|
|
|
|
// 地域 / 内容分类
|
|
|
-export function options(type) {
|
|
|
+export function options(query) {
|
|
|
return request({
|
|
|
- url: `/admin/tBroadcast/getAddOrContentlist/${type}`,
|
|
|
- method: 'get'
|
|
|
+ url: `/admin/tBroadcast/getAddOrContentlist`,
|
|
|
+ method: 'get',
|
|
|
+ params: query
|
|
|
})
|
|
|
}
|
|
|
|