inleft
2022-08-31 3c71cc74e6dd5f1015329c64e11e8ec1cd7a97c1
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,