zhanghua
2023-10-23 893fc457a2daeb0aa33a5a9d0b32eef7db238c1f
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;