zhanghua
2023-12-12 122faf2b3a03f7ef381d70a38684fe0b70d42ebc
src/views/operate/disposal/casepool/notDeal/updateUser/uploadResult/components/arrive/index.vue
@@ -43,6 +43,7 @@
    </div>
</template>
<script>
import { FILE_ORIGINAL_URL } from "@/utils";
export default {
    data() {
        const checkTime = (rule, value, callback) => {
@@ -107,9 +108,10 @@
    props:['getArrive'],
    methods: {
        handleSuccess(res, file, filelist) {
            const baseUrl = '';
            if (this.arrive.situationPic.length < 4) {
                this.arrive.situationPic.push(baseUrl + res.data.url1)
                this.arrive.situationPic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${ res.data.url1}`)
            }
        },
        getToken() {