zhanghua
2023-07-05 9b9773c4f5e248c278f3c5a9a650be3c0220277b
代码合并
1个文件已修改
4 ■■■■ 已修改文件
src/views/operate/disposal/casepool/pool/createUser/vio/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | 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;