feat:合并

This commit is contained in:
李晓鸽
2022-11-03 15:49:42 +08:00
9 changed files with 436 additions and 283 deletions

View File

@@ -117,7 +117,10 @@ export default {
//创建讨论
const createDiscuss = () => {
if (!state.inputV1) return message.warning("请输入讨论名称");
if (!state.inputV1) {
message.destroy();
return message.warning("请输入讨论名称");
}
let obj = {
discussName: state.inputV1, //讨论名称
discussExplain: state.textV1, //讨论说明