luobisheng
2022-11-29 4641a877cd6a94e4d35dca7f7f14bc1443e2d2ad
src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/components/evidence/index.vue
@@ -52,7 +52,7 @@
            <div class="user-form-content">
                <el-form ref="userForm" label-width="120px" :model="user" :rules="userRules" autoComplete="on">
                    <!-- 类型 -->
                    <el-form-item label="类型:" prop="illegalType">
                    <el-form-item label="类型:" prop="illegalType" :disabled="true">
                        <el-input v-model="user.illegalType"></el-input>
                    </el-form-item>
                    <!-- 姓名、手机号 -->
@@ -278,8 +278,8 @@
          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;
          this.user.illegalType = JSON.parse(JSON.stringify(this.mytype));
        }
    },
    methods: {
@@ -351,7 +351,7 @@
            this.evidence.pic.splice(this.evidence.pic.indexOf(baseUrl + url),1);
        }
    },
    props:['mytype','mycode', 'evidenceData']
    props:['evidenceData', 'illegalType']
}
</script>
<style lang="scss" scoped>