|
|
@@ -128,7 +128,7 @@ const onSave = async() => {
|
|
|
console.log('contentConfigData: ', contentConfigData);
|
|
|
console.log('baseInfoDara: ', baseInfoData);
|
|
|
|
|
|
- const {messageType, title,pushChannel, expirationTime, bannerUrl, recipientType} = baseInfoData
|
|
|
+ const {messageType, title, pushChannel, expirationTime, bannerUrl, recipientType} = baseInfoData
|
|
|
const params = {
|
|
|
...contentConfigData,
|
|
|
messageType,
|
|
|
@@ -140,7 +140,6 @@ const onSave = async() => {
|
|
|
customUserList: recipientType.customUserList,
|
|
|
userGroupList: recipientType.userGroupList,
|
|
|
contentUrl: '',
|
|
|
-
|
|
|
}
|
|
|
delete params.operator
|
|
|
addSystemMessage(params).then((res) => {
|
|
|
@@ -150,8 +149,8 @@ const onSave = async() => {
|
|
|
type: 'success',
|
|
|
});
|
|
|
}
|
|
|
-});
|
|
|
- }
|
|
|
+ });
|
|
|
+}
|
|
|
|
|
|
const submitForm = () => {
|
|
|
confirmReportConfig(1).then(() => {
|