|
|
@ -224,7 +224,7 @@ export default { |
|
|
|
{ required: true, message: "公告标题不能为空", trigger: "blur" } |
|
|
|
{ required: true, message: "公告标题不能为空", trigger: "blur" } |
|
|
|
], |
|
|
|
], |
|
|
|
noticeType: [ |
|
|
|
noticeType: [ |
|
|
|
{ required: true, message: "公告类型不能为空", trigger: "blur" } |
|
|
|
{ required: true, message: "公告类型不能为空", trigger: "change" } |
|
|
|
] |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
@ -336,7 +336,7 @@ export default { |
|
|
|
}).then(() => { |
|
|
|
}).then(() => { |
|
|
|
this.getList(); |
|
|
|
this.getList(); |
|
|
|
this.msgSuccess("删除成功"); |
|
|
|
this.msgSuccess("删除成功"); |
|
|
|
}) |
|
|
|
}).catch(() => {}); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|