src/views/operate/disposal/casepool/pool/createUser/vio/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/operate/disposal/casepool/pool/createUser/vio/index.vue
@@ -635,8 +635,8 @@ }, // 提交注册信息 handleSubmit() { this.vio.pic = JSON.stringify(this.imageList); this.vio.media = JSON.stringify(this.mediaList); this.vio.imageUrls = this.imageList; this.vio.videoUrls = this.mediaList; this.$refs.user.validate((valid) => { if (valid) { const { vio } = this;