luobisheng
2022-11-29 50fd3239acf80f72877cd50165ad575f8532bedd
上传处置类型修改
1个文件已修改
10 ■■■■ 已修改文件
src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/evidence/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/evidence/index.vue
@@ -271,14 +271,14 @@
        }
    },
    async created() {
        await this.getCardTypeList();
        await this.getSchoolList();
        await this.getNationList();
        if (this.evidenceData) {
      await this.getCardTypeList();
      await this.getSchoolList();
      await this.getNationList();
      this.$set(this.user, 'illegalType', this.illegalType);
      if (this.evidenceData) {
          this.evidence = deepClone(this.evidenceData);
          this.evidence.pic = this.evidenceData.pic.split(',');
          this.user = this.evidence.partyInfo;
          this.user.illegalType = this.illegalType;
          this.evidence.userInfo = this.evidence.partyInfo.name;
        }
    },