|
@@ -2,8 +2,8 @@ import request from '@/utils/request';
|
|
|
|
|
|
|
|
// 模板管理分页
|
|
// 模板管理分页
|
|
|
export async function notifyTemplatePageAPI(data) {
|
|
export async function notifyTemplatePageAPI(data) {
|
|
|
- const res = await request.get(`/sys/notifytemplate/page`, {
|
|
|
|
|
- params: data
|
|
|
|
|
|
|
+ const res = await request.post(`/sys/notifytemplate/page`, {
|
|
|
|
|
+ data: data
|
|
|
});
|
|
});
|
|
|
console.log(data);
|
|
console.log(data);
|
|
|
if (res.data.code == 0) {
|
|
if (res.data.code == 0) {
|