src/components/group/MyModal.vue
@@ -63,7 +63,7 @@ let tempData = this.$refs.modalBox.form; var param = { introduce: tempData.introduce, secret: tempData.secret, secret: tempData.secret == "" ? null : md5(tempData.secret), title: tempData.title, articleTypeId: tempData.class, isOnline: !tempData.online ? 1 : 0,