zhanghua
2024-01-21 e1aa0ecffbabd618c71e4ad94370fb8dffe6ee1c
src/views/operate/disposal/casepool/learn/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) => {
@@ -108,8 +109,9 @@
    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() {