- 修改结构:短信 smsSign

- 修改结构:短信 smsTemplate
This commit is contained in:
cherishsince
2020-04-20 11:36:44 +08:00
parent ac86ca2a13
commit e36b32a97d
41 changed files with 2214 additions and 19 deletions

View File

@@ -40,9 +40,9 @@ class SignList extends PureComponent {
dispatch({
type: 'smsSignList/page',
payload: {
current,
pageNo: current,
total,
size,
pageSize: size,
...searchParams,
},
});

View File

@@ -42,9 +42,9 @@ class TemplateList extends PureComponent {
dispatch({
type: 'smsSignList/page',
payload: {
current: 1,
pageNo: 1,
total: 0,
size: 100,
pageSize: 100,
// ...searchParams,
},
});
@@ -57,9 +57,9 @@ class TemplateList extends PureComponent {
dispatch({
type: 'smsTemplateList/page',
payload: {
current,
pageNo: current,
total,
size,
pageSize: size,
...searchParams,
},
});