zhanghua
2023-12-04 e6443cf405d4e950abe35a29e6c133d097fc1ad5
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;